Html Css Color HEX #2CD820 Lime Green

📋 copy color: '#2CD820'

red 44 ◦ green 216 ◦ blue 32

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

Shades of Lime Green #2CD820

Tints of Lime Green #2CD820

RGB

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

 GREEN value IS 216 (84.77% from 255) = 73.97%

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

R = 15.07%
G = 73.97%
B = 10.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#2CD820 (or 0x2CD820) is known color: Lime Green. HEX triplet: 2C, D8 and 20. RGB value is (44,216,32). Sum of RGB (Red+Green+Blue) = 44+216+32=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 216 (84.77% from 255 or 73.97% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 216 - color contains mainly: green. Hex color #2CD820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD820 is #D327DF. Grayscale: #909090. Windows color (decimal): -13838304 or 2152492. OLE color: 2152492.

HSL color Cylindrical-coordinate representation of color #2CD820: hue angle of 116.09º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2CD820 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 44 216 32 -
CMYK 0.80 0 0.85 0.15
HSL 116.09º 0.74% 0.49% -
HSV(B) 116.09º 0.85% 0.85% -
XYZ 25.86 49.75 9.61 -
YUV 143.6 65.02 56.96 -
System Red Green Blue C M Y K H S L
Decimal 44 216 32 0.80 0 0.85 0.15 116.09 0.74 0.49
Hex 2C D8 20 50 0 55 F 74 4A 31
Octal 54 330 40 120 0 125 17 164 112 61
Binary 101100 11011000 100000 1010000 0 1010101 1111 1110100 1001010 110001

Color Harmonies of #2CD820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD820

Black with #2CD820

Text Example


Text Example

White with #2CD820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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