Html Css Color HEX #42ED36 Lime Green

📋 copy color: '#42ED36'

red 66 ◦ green 237 ◦ blue 54

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

Shades of Lime Green #42ED36

Tints of Lime Green #42ED36

RGB

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

 GREEN value IS 237 (92.97% from 255) = 66.39%

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

R = 18.49%
G = 66.39%
B = 15.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#42ED36 (or 0x42ED36) is known color: Lime Green. HEX triplet: 42, ED and 36. RGB value is (66,237,54). Sum of RGB (Red+Green+Blue) = 66+237+54=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 237 (92.97% from 255 or 66.39% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 237 - color contains mainly: green. Hex color #42ED36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42ED36 is #BD12C9. Grayscale: #A5A5A5. Windows color (decimal): -12391114 or 3599682. OLE color: 3599682.

HSL color Cylindrical-coordinate representation of color #42ED36: hue angle of 116.07º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42ED36 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 237 54 -
CMYK 0.72 0 0.77 0.07
HSL 116.07º 0.84% 0.57% -
HSV(B) 116.07º 0.77% 0.93% -
XYZ 33.2 61.99 13.71 -
YUV 165.01 65.35 57.38 -
System Red Green Blue C M Y K H S L
Decimal 66 237 54 0.72 0 0.77 0.07 116.07 0.84 0.57
Hex 42 ED 36 48 0 4D 7 74 54 39
Octal 102 355 66 110 0 115 7 164 124 71
Binary 1000010 11101101 110110 1001000 0 1001101 111 1110100 1010100 111001

Color Harmonies of #42ED36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ED36

Black with #42ED36

Text Example


Text Example

White with #42ED36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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