Html Css Color HEX #74E40A Lawn Green

📋 copy color: '#74E40A'

red 116 ◦ green 228 ◦ blue 10

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

Shades of Lawn Green #74E40A

Tints of Lawn Green #74E40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 32.77%
G = 64.41%
B = 2.82%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#74E40A (or 0x74E40A) is known color: Lawn Green. HEX triplet: 74, E4 and 0A. RGB value is (116,228,10). Sum of RGB (Red+Green+Blue) = 116+228+10=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 228 (89.45% from 255 or 64.41% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 228 - color contains mainly: green. Hex color #74E40A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74E40A is #8B1BF5. Grayscale: #AAAAAA. Windows color (decimal): -9116662 or 713844. OLE color: 713844.

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

Color convert

RGB 116 228 10 -
CMYK 0.49 0 0.96 0.11
HSL 90.83º 0.92% 0.47% -
HSV(B) 90.83º 0.96% 0.89% -
XYZ 35 59.22 9.87 -
YUV 169.66 37.89 89.73 -
System Red Green Blue C M Y K H S L
Decimal 116 228 10 0.49 0 0.96 0.11 90.83 0.92 0.47
Hex 74 E4 A 31 0 60 B 5B 5C 2F
Octal 164 344 12 61 0 140 13 133 134 57
Binary 1110100 11100100 1010 110001 0 1100000 1011 1011011 1011100 101111

Color Harmonies of #74E40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E40A

Black with #74E40A

Text Example


Text Example

White with #74E40A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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