Html Css Color HEX #42CC55 Lime Green

📋 copy color: '#42CC55'

red 66 ◦ green 204 ◦ blue 85

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

Shades of Lime Green #42CC55

Tints of Lime Green #42CC55

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.46%

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 18.59%
G = 57.46%
B = 23.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#42CC55 (or 0x42CC55) is known color: Lime Green. HEX triplet: 42, CC and 55. RGB value is (66,204,85). Sum of RGB (Red+Green+Blue) = 66+204+85=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CC55 is #BD33AA. Grayscale: #959595. Windows color (decimal): -12399531 or 5622850. OLE color: 5622850.

HSL color Cylindrical-coordinate representation of color #42CC55: hue angle of 128.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CC55 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 204 85 -
CMYK 0.68 0 0.58 0.2
HSL 128.26º 0.58% 0.53% -
HSV(B) 128.26º 0.68% 0.8% -
XYZ 25.48 45 15.94 -
YUV 149.17 91.78 68.68 -
System Red Green Blue C M Y K H S L
Decimal 66 204 85 0.68 0 0.58 0.2 128.26 0.58 0.53
Hex 42 CC 55 44 0 3A 14 80 3A 35
Octal 102 314 125 104 0 72 24 200 72 65
Binary 1000010 11001100 1010101 1000100 0 111010 10100 10000000 111010 110101

Color Harmonies of #42CC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CC55

Black with #42CC55

Text Example


Text Example

White with #42CC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,204,85); }

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

background-color css

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

 a { background-color: rgb(66,204,85); }

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

border-color css

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

 span { border-color: rgb(66,204,85); }

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