Html Css Color HEX #74E420 Lawn Green

📋 copy color: '#74E420'

red 116 ◦ green 228 ◦ blue 32

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

Shades of Lawn Green #74E420

Tints of Lawn Green #74E420

RGB

 RED value IS 116 (45.7% from 255) = 30.85%

 GREEN value IS 228 (89.45% from 255) = 60.64%

 BLUE value IS 32 (12.89% from 255) = 8.51%

R = 30.85%
G = 60.64%
B = 8.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#74E420 (or 0x74E420) is known color: Lawn Green. HEX triplet: 74, E4 and 20. RGB value is (116,228,32). Sum of RGB (Red+Green+Blue) = 116+228+32=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 228 (89.45% from 255 or 60.64% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 228 - color contains mainly: green. Hex color #74E420 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E420 is #8B1BDF. Grayscale: #ACACAC. Windows color (decimal): -9116640 or 2155636. OLE color: 2155636.

HSL color Cylindrical-coordinate representation of color #74E420: hue angle of 94.29º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74E420 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 116 228 32 -
CMYK 0.49 0 0.86 0.11
HSL 94.29º 0.78% 0.51% -
HSV(B) 94.29º 0.86% 0.89% -
XYZ 35.21 59.3 10.96 -
YUV 172.17 48.89 87.94 -
System Red Green Blue C M Y K H S L
Decimal 116 228 32 0.49 0 0.86 0.11 94.29 0.78 0.51
Hex 74 E4 20 31 0 56 B 5E 4E 33
Octal 164 344 40 61 0 126 13 136 116 63
Binary 1110100 11100100 100000 110001 0 1010110 1011 1011110 1001110 110011

Color Harmonies of #74E420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E420

Black with #74E420

Text Example


Text Example

White with #74E420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74E420; }

 p { color: rgb(116,228,32); }

 H1.HeaderClassName
 {
   color: #74E420;
 }
 .AnyTagClassName
 {
   color: #74E420;
 }
</style>

background-color css

<style>
 a { background-color: #74E420; }

 a { background-color: rgb(116,228,32); }

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

border-color css

<style>
 span { border-color: #74E420; }

 span { border-color: rgb(116,228,32); }

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