Html Css Color HEX #42D33C Lime Green

📋 copy color: '#42D33C'

red 66 ◦ green 211 ◦ blue 60

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

Shades of Lime Green #42D33C

Tints of Lime Green #42D33C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 62.61%

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 19.58%
G = 62.61%
B = 17.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#42D33C (or 0x42D33C) is known color: Lime Green. HEX triplet: 42, D3 and 3C. RGB value is (66,211,60). Sum of RGB (Red+Green+Blue) = 66+211+60=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 211 (82.81% from 255 or 62.61% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 211 - color contains mainly: green. Hex color #42D33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D33C is #BD2CC3. Grayscale: #969696. Windows color (decimal): -12397764 or 3986242. OLE color: 3986242.

HSL color Cylindrical-coordinate representation of color #42D33C: hue angle of 117.62º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42D33C is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 211 60 -
CMYK 0.69 0 0.72 0.17
HSL 117.62º 0.63% 0.53% -
HSV(B) 117.62º 0.72% 0.83% -
XYZ 26.36 48.07 12.16 -
YUV 150.43 76.96 67.78 -
System Red Green Blue C M Y K H S L
Decimal 66 211 60 0.69 0 0.72 0.17 117.62 0.63 0.53
Hex 42 D3 3C 45 0 48 11 76 3F 35
Octal 102 323 74 105 0 110 21 166 77 65
Binary 1000010 11010011 111100 1000101 0 1001000 10001 1110110 111111 110101

Color Harmonies of #42D33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D33C

Black with #42D33C

Text Example


Text Example

White with #42D33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,211,60); }

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

background-color css

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

 a { background-color: rgb(66,211,60); }

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

border-color css

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

 span { border-color: rgb(66,211,60); }

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