Html Css Color HEX #2CD20A Lime Green

📋 copy color: '#2CD20A'

red 44 ◦ green 210 ◦ blue 10

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

Shades of Lime Green #2CD20A

Tints of Lime Green #2CD20A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 79.55%

 BLUE value IS 10 (4.3% from 255) = 3.79%

R = 16.67%
G = 79.55%
B = 3.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#2CD20A (or 0x2CD20A) is known color: Lime Green. HEX triplet: 2C, D2 and 0A. RGB value is (44,210,10). Sum of RGB (Red+Green+Blue) = 44+210+10=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 210 (82.42% from 255 or 79.55% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD20A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD20A is #D32DF5. Grayscale: #8A8A8A. Windows color (decimal): -13839862 or 709164. OLE color: 709164.

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

Color convert

RGB 44 210 10 -
CMYK 0.79 0 0.95 0.18
HSL 109.8º 0.91% 0.43% -
HSV(B) 109.8º 0.95% 0.82% -
XYZ 24.14 46.65 8.02 -
YUV 137.57 56 61.26 -
System Red Green Blue C M Y K H S L
Decimal 44 210 10 0.79 0 0.95 0.18 109.8 0.91 0.43
Hex 2C D2 A 4F 0 5F 12 6E 5B 2B
Octal 54 322 12 117 0 137 22 156 133 53
Binary 101100 11010010 1010 1001111 0 1011111 10010 1101110 1011011 101011

Color Harmonies of #2CD20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD20A

Black with #2CD20A

Text Example


Text Example

White with #2CD20A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,210,10); }

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

background-color css

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

 a { background-color: rgb(44,210,10); }

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

border-color css

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

 span { border-color: rgb(44,210,10); }

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