Html Css Color HEX #2CCD20 Lime Green

📋 copy color: '#2CCD20'

red 44 ◦ green 205 ◦ blue 32

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

Shades of Lime Green #2CCD20

Tints of Lime Green #2CCD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 72.95%

 BLUE value IS 32 (12.89% from 255) = 11.39%

R = 15.66%
G = 72.95%
B = 11.39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#2CCD20 (or 0x2CCD20) is known color: Lime Green. HEX triplet: 2C, CD and 20. RGB value is (44,205,32). Sum of RGB (Red+Green+Blue) = 44+205+32=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 205 (80.47% from 255 or 72.95% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCD20 is #D332DF. Grayscale: #898989. Windows color (decimal): -13841120 or 2149676. OLE color: 2149676.

HSL color Cylindrical-coordinate representation of color #2CCD20: hue angle of 115.84º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CCD20 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 205 32 -
CMYK 0.79 0 0.84 0.20
HSL 115.84º 0.73% 0.46% -
HSV(B) 115.84º 0.84% 0.8% -
XYZ 23.13 44.3 8.7 -
YUV 137.14 68.66 61.57 -
System Red Green Blue C M Y K H S L
Decimal 44 205 32 0.79 0 0.84 0.20 115.84 0.73 0.46
Hex 2C CD 20 4F 0 54 14 74 49 2E
Octal 54 315 40 117 0 124 24 164 111 56
Binary 101100 11001101 100000 1001111 0 1010100 10100 1110100 1001001 101110

Color Harmonies of #2CCD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCD20

Black with #2CCD20

Text Example


Text Example

White with #2CCD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,205,32); }

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

background-color css

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

 a { background-color: rgb(44,205,32); }

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

border-color css

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

 span { border-color: rgb(44,205,32); }

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