Html Css Color HEX #42F736 Lime Green

📋 copy color: '#42F736'

red 66 ◦ green 247 ◦ blue 54

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

Shades of Lime Green #42F736

Tints of Lime Green #42F736

RGB

 RED value IS 66 (26.17% from 255) = 17.98%

 GREEN value IS 247 (96.88% from 255) = 67.3%

 BLUE value IS 54 (21.48% from 255) = 14.71%

R = 17.98%
G = 67.3%
B = 14.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#42F736 (or 0x42F736) is known color: Lime Green. HEX triplet: 42, F7 and 36. RGB value is (66,247,54). Sum of RGB (Red+Green+Blue) = 66+247+54=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 247 (96.88% from 255 or 67.30% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 247 - color contains mainly: green. Hex color #42F736 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F736 is #BD08C9. Grayscale: #ABABAB. Windows color (decimal): -12388554 or 3602242. OLE color: 3602242.

HSL color Cylindrical-coordinate representation of color #42F736: hue angle of 116.27º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42F736 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 247 54 -
CMYK 0.73 0 0.78 0.03
HSL 116.27º 0.92% 0.59% -
HSV(B) 116.27º 0.78% 0.97% -
XYZ 36.17 67.95 14.7 -
YUV 170.88 62.03 53.19 -
System Red Green Blue C M Y K H S L
Decimal 66 247 54 0.73 0 0.78 0.03 116.27 0.92 0.59
Hex 42 F7 36 49 0 4E 3 74 5C 3B
Octal 102 367 66 111 0 116 3 164 134 73
Binary 1000010 11110111 110110 1001001 0 1001110 11 1110100 1011100 111011

Color Harmonies of #42F736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F736

Black with #42F736

Text Example


Text Example

White with #42F736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42F736; }

 p { color: rgb(66,247,54); }

 H1.HeaderClassName
 {
   color: #42F736;
 }
 .AnyTagClassName
 {
   color: #42F736;
 }
</style>

background-color css

<style>
 a { background-color: #42F736; }

 a { background-color: rgb(66,247,54); }

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

border-color css

<style>
 span { border-color: #42F736; }

 span { border-color: rgb(66,247,54); }

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