Html Css Color HEX #74FF18 Lawn Green

📋 copy color: '#74FF18'

red 116 ◦ green 255 ◦ blue 24

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

Shades of Lawn Green #74FF18

Tints of Lawn Green #74FF18

RGB

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

 GREEN value IS 255 (100% from 255) = 64.56%

 BLUE value IS 24 (9.77% from 255) = 6.08%

R = 29.37%
G = 64.56%
B = 6.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#74FF18 (or 0x74FF18) is known color: Lawn Green. HEX triplet: 74, FF and 18. RGB value is (116,255,24). Sum of RGB (Red+Green+Blue) = 116+255+24=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 255 (100% from 255 or 64.56% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FF18 is #8B00E7. Grayscale: #BBBBBB. Windows color (decimal): -9109736 or 1638260. OLE color: 1638260.

HSL color Cylindrical-coordinate representation of color #74FF18: hue angle of 96.1º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74FF18 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 24 -
CMYK 0.55 0 0.91 0
HSL 96.1º 1% 0.55% -
HSV(B) 96.1º 0.91% 1% -
XYZ 43.13 75.3 13.13 -
YUV 187.11 35.95 77.28 -
System Red Green Blue C M Y K H S L
Decimal 116 255 24 0.55 0 0.91 0 96.1 1 0.55
Hex 74 FF 18 37 0 5B 0 60 64 37
Octal 164 377 30 67 0 133 0 140 144 67
Binary 1110100 11111111 11000 110111 0 1011011 0 1100000 1100100 110111

Color Harmonies of #74FF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FF18

Black with #74FF18

Text Example


Text Example

White with #74FF18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,255,24); }

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

background-color css

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

 a { background-color: rgb(116,255,24); }

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

border-color css

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

 span { border-color: rgb(116,255,24); }

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