Html Css Color HEX #42ED33 Lime Green

📋 copy color: '#42ED33'

red 66 ◦ green 237 ◦ blue 51

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

Shades of Lime Green #42ED33

Tints of Lime Green #42ED33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.41%

R = 18.64%
G = 66.95%
B = 14.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#42ED33 (or 0x42ED33) is known color: Lime Green. HEX triplet: 42, ED and 33. RGB value is (66,237,51). Sum of RGB (Red+Green+Blue) = 66+237+51=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 237 (92.97% from 255 or 66.95% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 237 - color contains mainly: green. Hex color #42ED33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42ED33 is #BD12CC. Grayscale: #A5A5A5. Windows color (decimal): -12391117 or 3403074. OLE color: 3403074.

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

Color convert

RGB 66 237 51 -
CMYK 0.72 0 0.78 0.07
HSL 115.16º 0.84% 0.56% -
HSV(B) 115.16º 0.78% 0.93% -
XYZ 33.13 61.97 13.35 -
YUV 164.67 63.85 57.62 -
System Red Green Blue C M Y K H S L
Decimal 66 237 51 0.72 0 0.78 0.07 115.16 0.84 0.56
Hex 42 ED 33 48 0 4E 7 73 54 38
Octal 102 355 63 110 0 116 7 163 124 70
Binary 1000010 11101101 110011 1001000 0 1001110 111 1110011 1010100 111000

Color Harmonies of #42ED33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ED33

Black with #42ED33

Text Example


Text Example

White with #42ED33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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