Html Css Color HEX #42CC2B Lime Green

📋 copy color: '#42CC2B'

red 66 ◦ green 204 ◦ blue 43

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

Shades of Lime Green #42CC2B

Tints of Lime Green #42CC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.74%

R = 21.09%
G = 65.18%
B = 13.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#42CC2B (or 0x42CC2B) is known color: Lime Green. HEX triplet: 42, CC and 2B. RGB value is (66,204,43). Sum of RGB (Red+Green+Blue) = 66+204+43=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 204 (80.08% from 255 or 65.18% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CC2B is #BD33D4. Grayscale: #909090. Windows color (decimal): -12399573 or 2870338. OLE color: 2870338.

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

Color convert

RGB 66 204 43 -
CMYK 0.68 0 0.79 0.2
HSL 111.43º 0.65% 0.48% -
HSV(B) 111.43º 0.79% 0.8% -
XYZ 24.28 44.52 9.6 -
YUV 144.38 70.78 72.09 -
System Red Green Blue C M Y K H S L
Decimal 66 204 43 0.68 0 0.79 0.2 111.43 0.65 0.48
Hex 42 CC 2B 44 0 4F 14 6F 41 30
Octal 102 314 53 104 0 117 24 157 101 60
Binary 1000010 11001100 101011 1000100 0 1001111 10100 1101111 1000001 110000

Color Harmonies of #42CC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CC2B

Black with #42CC2B

Text Example


Text Example

White with #42CC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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