#74FF18

Color #74FF18 Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #74FF18

Tints of Lawn Green #74FF18

Color information

#74FF18 (or 0x74FF18) is unknown color: approx 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

RGB11625524-
CMYK0.5500.910
HSL96.1º100%54.71%-
HSV(B)96.1º90.59%100%-
XYZ43.1375.313.13-
YUV187.135.9577.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal116255240.5500.91096.110054.71
Hex74FF183705B0606437
Octal16437730670133014014467
Binary1110100111111111100011011101011011011000001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>