Html Css Color HEX #70F429 Bright Green

📋 copy color: '#70F429'

red 112 ◦ green 244 ◦ blue 41

#70F429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #70F429

Tints of Bright Green #70F429

RGB

 RED value IS 112 (44.14% from 255) = 28.21%

 GREEN value IS 244 (95.7% from 255) = 61.46%

 BLUE value IS 41 (16.41% from 255) = 10.33%

R = 28.21%
G = 61.46%
B = 10.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#70F429 (or 0x70F429) is known color: Bright Green. HEX triplet: 70, F4 and 29. RGB value is (112,244,41). Sum of RGB (Red+Green+Blue) = 112+244+41=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 244 (95.70% from 255 or 61.46% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 244 - color contains mainly: green. Hex color #70F429 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F429 is #8F0BD6. Grayscale: #B6B6B6. Windows color (decimal): -9374679 or 2749552. OLE color: 2749552.

HSL color Cylindrical-coordinate representation of color #70F429: hue angle of 99.01º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70F429 is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 244 41 -
CMYK 0.54 0 0.83 0.04
HSL 99.01º 0.9% 0.56% -
HSV(B) 99.01º 0.83% 0.96% -
XYZ 39.43 68.31 13.2 -
YUV 181.39 48.77 78.51 -
System Red Green Blue C M Y K H S L
Decimal 112 244 41 0.54 0 0.83 0.04 99.01 0.9 0.56
Hex 70 F4 29 36 0 53 4 63 5A 38
Octal 160 364 51 66 0 123 4 143 132 70
Binary 1110000 11110100 101001 110110 0 1010011 100 1100011 1011010 111000

Color Harmonies of #70F429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F429

Black with #70F429

Text Example


Text Example

White with #70F429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70F429; }

 p { color: rgb(112,244,41); }

 H1.HeaderClassName
 {
   color: #70F429;
 }
 .AnyTagClassName
 {
   color: #70F429;
 }
</style>

background-color css

<style>
 a { background-color: #70F429; }

 a { background-color: rgb(112,244,41); }

 div.DivClassName
 {
   background-color: #70F429;
 }
 .BgClassName
 {
   background-color: #70F429;
 }
</style>

border-color css

<style>
 span { border-color: #70F429; }

 span { border-color: rgb(112,244,41); }

 td.TdClassName
 {
   border-color: #70F429;
 }
 .TagClassName
 {
   border-color: #70F429;
 }
</style>