Html Css Color HEX #2CD11A Lime Green

📋 copy color: '#2CD11A'

red 44 ◦ green 209 ◦ blue 26

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

Shades of Lime Green #2CD11A

Tints of Lime Green #2CD11A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 74.91%

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 15.77%
G = 74.91%
B = 9.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#2CD11A (or 0x2CD11A) is known color: Lime Green. HEX triplet: 2C, D1 and 1A. RGB value is (44,209,26). Sum of RGB (Red+Green+Blue) = 44+209+26=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 209 (82.03% from 255 or 74.91% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD11A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD11A is #D32EE5. Grayscale: #8B8B8B. Windows color (decimal): -13840102 or 1757484. OLE color: 1757484.

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

Color convert

RGB 44 209 26 -
CMYK 0.79 0 0.88 0.18
HSL 114.1º 0.78% 0.46% -
HSV(B) 114.1º 0.88% 0.82% -
XYZ 24.03 46.21 8.63 -
YUV 138.8 64.34 60.38 -
System Red Green Blue C M Y K H S L
Decimal 44 209 26 0.79 0 0.88 0.18 114.1 0.78 0.46
Hex 2C D1 1A 4F 0 58 12 72 4E 2E
Octal 54 321 32 117 0 130 22 162 116 56
Binary 101100 11010001 11010 1001111 0 1011000 10010 1110010 1001110 101110

Color Harmonies of #2CD11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD11A

Black with #2CD11A

Text Example


Text Example

White with #2CD11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,209,26); }

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

background-color css

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

 a { background-color: rgb(44,209,26); }

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

border-color css

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

 span { border-color: rgb(44,209,26); }

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