Html Css Color HEX #42F136 Lime Green

📋 copy color: '#42F136'

red 66 ◦ green 241 ◦ blue 54

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

Shades of Lime Green #42F136

Tints of Lime Green #42F136

RGB

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

 GREEN value IS 241 (94.53% from 255) = 66.76%

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

R = 18.28%
G = 66.76%
B = 14.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#42F136 (or 0x42F136) is known color: Lime Green. HEX triplet: 42, F1 and 36. RGB value is (66,241,54). Sum of RGB (Red+Green+Blue) = 66+241+54=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #42F136 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F136 is #BD0EC9. Grayscale: #A7A7A7. Windows color (decimal): -12390090 or 3600706. OLE color: 3600706.

HSL color Cylindrical-coordinate representation of color #42F136: hue angle of 116.15º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42F136 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 241 54 -
CMYK 0.73 0 0.78 0.05
HSL 116.15º 0.87% 0.58% -
HSV(B) 116.15º 0.78% 0.95% -
XYZ 34.37 64.34 14.1 -
YUV 167.36 64.02 55.71 -
System Red Green Blue C M Y K H S L
Decimal 66 241 54 0.73 0 0.78 0.05 116.15 0.87 0.58
Hex 42 F1 36 49 0 4E 5 74 57 3A
Octal 102 361 66 111 0 116 5 164 127 72
Binary 1000010 11110001 110110 1001001 0 1001110 101 1110100 1010111 111010

Color Harmonies of #42F136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F136

Black with #42F136

Text Example


Text Example

White with #42F136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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