Html Css Color HEX #42EB32 Lime Green

📋 copy color: '#42EB32'

red 66 ◦ green 235 ◦ blue 50

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

Shades of Lime Green #42EB32

Tints of Lime Green #42EB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 66.95%

 BLUE value IS 50 (19.92% from 255) = 14.25%

R = 18.8%
G = 66.95%
B = 14.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#42EB32 (or 0x42EB32) is known color: Lime Green. HEX triplet: 42, EB and 32. RGB value is (66,235,50). Sum of RGB (Red+Green+Blue) = 66+235+50=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 235 (92.19% from 255 or 66.95% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 235 - color contains mainly: green. Hex color #42EB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EB32 is #BD14CD. Grayscale: #A3A3A3. Windows color (decimal): -12391630 or 3337026. OLE color: 3337026.

HSL color Cylindrical-coordinate representation of color #42EB32: hue angle of 114.81º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42EB32 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 235 50 -
CMYK 0.72 0 0.79 0.08
HSL 114.81º 0.82% 0.56% -
HSV(B) 114.81º 0.79% 0.92% -
XYZ 32.53 60.81 13.04 -
YUV 163.38 64.01 58.54 -
System Red Green Blue C M Y K H S L
Decimal 66 235 50 0.72 0 0.79 0.08 114.81 0.82 0.56
Hex 42 EB 32 48 0 4F 8 73 52 38
Octal 102 353 62 110 0 117 10 163 122 70
Binary 1000010 11101011 110010 1001000 0 1001111 1000 1110011 1010010 111000

Color Harmonies of #42EB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EB32

Black with #42EB32

Text Example


Text Example

White with #42EB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,235,50); }

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

background-color css

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

 a { background-color: rgb(66,235,50); }

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

border-color css

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

 span { border-color: rgb(66,235,50); }

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