Html Css Color HEX #2CD115 Lime Green

📋 copy color: '#2CD115'

red 44 ◦ green 209 ◦ blue 21

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

Shades of Lime Green #2CD115

Tints of Lime Green #2CD115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.66%

R = 16.06%
G = 76.28%
B = 7.66%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#2CD115 (or 0x2CD115) is known color: Lime Green. HEX triplet: 2C, D1 and 15. RGB value is (44,209,21). Sum of RGB (Red+Green+Blue) = 44+209+21=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 209 (82.03% from 255 or 76.28% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD115 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD115 is #D32EEA. Grayscale: #8A8A8A. Windows color (decimal): -13840107 or 1429804. OLE color: 1429804.

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

Color convert

RGB 44 209 21 -
CMYK 0.79 0 0.90 0.18
HSL 112.66º 0.82% 0.45% -
HSV(B) 112.66º 0.9% 0.82% -
XYZ 23.97 46.19 8.36 -
YUV 138.23 61.84 60.79 -
System Red Green Blue C M Y K H S L
Decimal 44 209 21 0.79 0 0.90 0.18 112.66 0.82 0.45
Hex 2C D1 15 4F 0 5A 12 71 52 2D
Octal 54 321 25 117 0 132 22 161 122 55
Binary 101100 11010001 10101 1001111 0 1011010 10010 1110001 1010010 101101

Color Harmonies of #2CD115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD115

Black with #2CD115

Text Example


Text Example

White with #2CD115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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