Html Css Color HEX #42CA33 Lime Green

📋 copy color: '#42CA33'

red 66 ◦ green 202 ◦ blue 51

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

Shades of Lime Green #42CA33

Tints of Lime Green #42CA33

RGB

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

 GREEN value IS 202 (79.3% from 255) = 63.32%

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

R = 20.69%
G = 63.32%
B = 15.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#42CA33 (or 0x42CA33) is known color: Lime Green. HEX triplet: 42, CA and 33. RGB value is (66,202,51). Sum of RGB (Red+Green+Blue) = 66+202+51=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 202 (79.30% from 255 or 63.32% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CA33 is #BD35CC. Grayscale: #909090. Windows color (decimal): -12400077 or 3394114. OLE color: 3394114.

HSL color Cylindrical-coordinate representation of color #42CA33: hue angle of 114.04º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42CA33 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 202 51 -
CMYK 0.67 0 0.75 0.21
HSL 114.04º 0.6% 0.5% -
HSV(B) 114.04º 0.75% 0.79% -
XYZ 23.96 43.64 10.29 -
YUV 144.12 75.44 72.28 -
System Red Green Blue C M Y K H S L
Decimal 66 202 51 0.67 0 0.75 0.21 114.04 0.6 0.5
Hex 42 CA 33 43 0 4B 15 72 3C 32
Octal 102 312 63 103 0 113 25 162 74 62
Binary 1000010 11001010 110011 1000011 0 1001011 10101 1110010 111100 110010

Color Harmonies of #42CA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA33

Black with #42CA33

Text Example


Text Example

White with #42CA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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