Html Css Color HEX #2CD813 Lime Green

📋 copy color: '#2CD813'

red 44 ◦ green 216 ◦ blue 19

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

Shades of Lime Green #2CD813

Tints of Lime Green #2CD813

RGB

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

 GREEN value IS 216 (84.77% from 255) = 77.42%

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 15.77%
G = 77.42%
B = 6.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#2CD813 (or 0x2CD813) is known color: Lime Green. HEX triplet: 2C, D8 and 13. RGB value is (44,216,19). Sum of RGB (Red+Green+Blue) = 44+216+19=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 216 (84.77% from 255 or 77.42% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 216 - color contains mainly: green. Hex color #2CD813 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD813 is #D327EC. Grayscale: #8E8E8E. Windows color (decimal): -13838317 or 1300524. OLE color: 1300524.

HSL color Cylindrical-coordinate representation of color #2CD813: hue angle of 112.39º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CD813 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 44 216 19 -
CMYK 0.80 0 0.91 0.15
HSL 112.39º 0.84% 0.46% -
HSV(B) 112.39º 0.91% 0.85% -
XYZ 25.71 49.69 8.85 -
YUV 142.11 58.52 58.02 -
System Red Green Blue C M Y K H S L
Decimal 44 216 19 0.80 0 0.91 0.15 112.39 0.84 0.46
Hex 2C D8 13 50 0 5B F 70 54 2E
Octal 54 330 23 120 0 133 17 160 124 56
Binary 101100 11011000 10011 1010000 0 1011011 1111 1110000 1010100 101110

Color Harmonies of #2CD813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD813

Black with #2CD813

Text Example


Text Example

White with #2CD813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,216,19); }

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

background-color css

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

 a { background-color: rgb(44,216,19); }

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

border-color css

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

 span { border-color: rgb(44,216,19); }

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