Html Css Color HEX #2CD020 Lime Green

📋 copy color: '#2CD020'

red 44 ◦ green 208 ◦ blue 32

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

Shades of Lime Green #2CD020

Tints of Lime Green #2CD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 73.24%

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

R = 15.49%
G = 73.24%
B = 11.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#2CD020 (or 0x2CD020) is known color: Lime Green. HEX triplet: 2C, D0 and 20. RGB value is (44,208,32). Sum of RGB (Red+Green+Blue) = 44+208+32=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 208 (81.64% from 255 or 73.24% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 208 - color contains mainly: green. Hex color #2CD020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD020 is #D32FDF. Grayscale: #8B8B8B. Windows color (decimal): -13840352 or 2150444. OLE color: 2150444.

HSL color Cylindrical-coordinate representation of color #2CD020: hue angle of 115.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2CD020 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 44 208 32 -
CMYK 0.79 0 0.85 0.18
HSL 115.91º 0.73% 0.47% -
HSV(B) 115.91º 0.85% 0.82% -
XYZ 23.86 45.75 8.94 -
YUV 138.9 67.67 60.31 -
System Red Green Blue C M Y K H S L
Decimal 44 208 32 0.79 0 0.85 0.18 115.91 0.73 0.47
Hex 2C D0 20 4F 0 55 12 74 49 2F
Octal 54 320 40 117 0 125 22 164 111 57
Binary 101100 11010000 100000 1001111 0 1010101 10010 1110100 1001001 101111

Color Harmonies of #2CD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD020

Black with #2CD020

Text Example


Text Example

White with #2CD020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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