Html Css Color HEX #42D533 Lime Green

📋 copy color: '#42D533'

red 66 ◦ green 213 ◦ blue 51

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

Shades of Lime Green #42D533

Tints of Lime Green #42D533

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.55%

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

R = 20%
G = 64.55%
B = 15.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#42D533 (or 0x42D533) is known color: Lime Green. HEX triplet: 42, D5 and 33. RGB value is (66,213,51). Sum of RGB (Red+Green+Blue) = 66+213+51=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 213 (83.59% from 255 or 64.55% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 213 - color contains mainly: green. Hex color #42D533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D533 is #BD2ACC. Grayscale: #979797. Windows color (decimal): -12397261 or 3396930. OLE color: 3396930.

HSL color Cylindrical-coordinate representation of color #42D533: hue angle of 114.44º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42D533 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 213 51 -
CMYK 0.69 0 0.76 0.16
HSL 114.44º 0.66% 0.52% -
HSV(B) 114.44º 0.76% 0.84% -
XYZ 26.64 48.99 11.18 -
YUV 150.58 71.8 67.67 -
System Red Green Blue C M Y K H S L
Decimal 66 213 51 0.69 0 0.76 0.16 114.44 0.66 0.52
Hex 42 D5 33 45 0 4C 10 72 42 34
Octal 102 325 63 105 0 114 20 162 102 64
Binary 1000010 11010101 110011 1000101 0 1001100 10000 1110010 1000010 110100

Color Harmonies of #42D533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D533

Black with #42D533

Text Example


Text Example

White with #42D533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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