Html Css Color HEX #3CCA28 Lime Green

📋 copy color: '#3CCA28'

red 60 ◦ green 202 ◦ blue 40

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

Shades of Lime Green #3CCA28

Tints of Lime Green #3CCA28

RGB

 RED value IS 60 (23.83% from 255) = 19.87%

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

 BLUE value IS 40 (16.02% from 255) = 13.25%

R = 19.87%
G = 66.89%
B = 13.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#3CCA28 (or 0x3CCA28) is known color: Lime Green. HEX triplet: 3C, CA and 28. RGB value is (60,202,40). Sum of RGB (Red+Green+Blue) = 60+202+40=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCA28 is #C335D7. Grayscale: #8D8D8D. Windows color (decimal): -12793304 or 2673212. OLE color: 2673212.

HSL color Cylindrical-coordinate representation of color #3CCA28: hue angle of 112.59º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CCA28 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 202 40 -
CMYK 0.70 0 0.80 0.21
HSL 112.59º 0.67% 0.47% -
HSV(B) 112.59º 0.8% 0.79% -
XYZ 23.37 43.35 9.14 -
YUV 141.07 70.96 70.17 -
System Red Green Blue C M Y K H S L
Decimal 60 202 40 0.70 0 0.80 0.21 112.59 0.67 0.47
Hex 3C CA 28 46 0 50 15 71 43 2F
Octal 74 312 50 106 0 120 25 161 103 57
Binary 111100 11001010 101000 1000110 0 1010000 10101 1110001 1000011 101111

Color Harmonies of #3CCA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCA28

Black with #3CCA28

Text Example


Text Example

White with #3CCA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CCA28; }

 p { color: rgb(60,202,40); }

 H1.HeaderClassName
 {
   color: #3CCA28;
 }
 .AnyTagClassName
 {
   color: #3CCA28;
 }
</style>

background-color css

<style>
 a { background-color: #3CCA28; }

 a { background-color: rgb(60,202,40); }

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

border-color css

<style>
 span { border-color: #3CCA28; }

 span { border-color: rgb(60,202,40); }

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