Html Css Color HEX #2CCA28 Lime Green

📋 copy color: '#2CCA28'

red 44 ◦ green 202 ◦ blue 40

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

Shades of Lime Green #2CCA28

Tints of Lime Green #2CCA28

RGB

 RED value IS 44 (17.58% from 255) = 15.38%

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

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

R = 15.38%
G = 70.63%
B = 13.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#2CCA28 (or 0x2CCA28) is known color: Lime Green. HEX triplet: 2C, CA and 28. RGB value is (44,202,40). Sum of RGB (Red+Green+Blue) = 44+202+40=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 202 (79.30% from 255 or 70.63% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCA28 is #D335D7. Grayscale: #888888. Windows color (decimal): -13841880 or 2673196. OLE color: 2673196.

HSL color Cylindrical-coordinate representation of color #2CCA28: hue angle of 118.52º 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 #2CCA28 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 44 202 40 -
CMYK 0.78 0 0.80 0.21
HSL 118.52º 0.67% 0.47% -
HSV(B) 118.52º 0.8% 0.79% -
XYZ 22.54 42.93 9.11 -
YUV 136.29 73.65 62.17 -
System Red Green Blue C M Y K H S L
Decimal 44 202 40 0.78 0 0.80 0.21 118.52 0.67 0.47
Hex 2C CA 28 4E 0 50 15 77 43 2F
Octal 54 312 50 116 0 120 25 167 103 57
Binary 101100 11001010 101000 1001110 0 1010000 10101 1110111 1000011 101111

Color Harmonies of #2CCA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCA28

Black with #2CCA28

Text Example


Text Example

White with #2CCA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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