Html Css Color HEX #74E00E Lawn Green

📋 copy color: '#74E00E'

red 116 ◦ green 224 ◦ blue 14

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

Shades of Lawn Green #74E00E

Tints of Lawn Green #74E00E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 63.28%

 BLUE value IS 14 (5.86% from 255) = 3.95%

R = 32.77%
G = 63.28%
B = 3.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#74E00E (or 0x74E00E) is known color: Lawn Green. HEX triplet: 74, E0 and 0E. RGB value is (116,224,14). Sum of RGB (Red+Green+Blue) = 116+224+14=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 224 (87.89% from 255 or 63.28% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 224 - color contains mainly: green. Hex color #74E00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74E00E is #8B1FF1. Grayscale: #A8A8A8. Windows color (decimal): -9117682 or 974964. OLE color: 974964.

HSL color Cylindrical-coordinate representation of color #74E00E: hue angle of 90.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74E00E is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 224 14 -
CMYK 0.48 0 0.94 0.12
HSL 90.86º 0.88% 0.47% -
HSV(B) 90.86º 0.94% 0.88% -
XYZ 33.94 57.06 9.64 -
YUV 167.77 41.22 91.08 -
System Red Green Blue C M Y K H S L
Decimal 116 224 14 0.48 0 0.94 0.12 90.86 0.88 0.47
Hex 74 E0 E 30 0 5E C 5B 58 2F
Octal 164 340 16 60 0 136 14 133 130 57
Binary 1110100 11100000 1110 110000 0 1011110 1100 1011011 1011000 101111

Color Harmonies of #74E00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E00E

Black with #74E00E

Text Example


Text Example

White with #74E00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,224,14); }

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

background-color css

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

 a { background-color: rgb(116,224,14); }

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

border-color css

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

 span { border-color: rgb(116,224,14); }

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