Html Css Color HEX #2CD11C Lime Green

📋 copy color: '#2CD11C'

red 44 ◦ green 209 ◦ blue 28

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

Shades of Lime Green #2CD11C

Tints of Lime Green #2CD11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 15.66%
G = 74.38%
B = 9.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#2CD11C (or 0x2CD11C) is known color: Lime Green. HEX triplet: 2C, D1 and 1C. RGB value is (44,209,28). Sum of RGB (Red+Green+Blue) = 44+209+28=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 209 (82.03% from 255 or 74.38% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD11C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD11C is #D32EE3. Grayscale: #8B8B8B. Windows color (decimal): -13840100 or 1888556. OLE color: 1888556.

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

Color convert

RGB 44 209 28 -
CMYK 0.79 0 0.87 0.18
HSL 114.7º 0.76% 0.46% -
HSV(B) 114.7º 0.87% 0.82% -
XYZ 24.05 46.22 8.75 -
YUV 139.03 65.34 60.22 -
System Red Green Blue C M Y K H S L
Decimal 44 209 28 0.79 0 0.87 0.18 114.7 0.76 0.46
Hex 2C D1 1C 4F 0 57 12 73 4C 2E
Octal 54 321 34 117 0 127 22 163 114 56
Binary 101100 11010001 11100 1001111 0 1010111 10010 1110011 1001100 101110

Color Harmonies of #2CD11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD11C

Black with #2CD11C

Text Example


Text Example

White with #2CD11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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