Html Css Color HEX #2CD513 Lime Green

📋 copy color: '#2CD513'

red 44 ◦ green 213 ◦ blue 19

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

Shades of Lime Green #2CD513

Tints of Lime Green #2CD513

RGB

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

 GREEN value IS 213 (83.59% from 255) = 77.17%

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

R = 15.94%
G = 77.17%
B = 6.88%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#2CD513 (or 0x2CD513) is known color: Lime Green. HEX triplet: 2C, D5 and 13. RGB value is (44,213,19). Sum of RGB (Red+Green+Blue) = 44+213+19=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 213 (83.59% from 255 or 77.17% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD513 is #D32AEC. Grayscale: #8C8C8C. Windows color (decimal): -13839085 or 1299756. OLE color: 1299756.

HSL color Cylindrical-coordinate representation of color #2CD513: hue angle of 112.27º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CD513 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 213 19 -
CMYK 0.79 0 0.91 0.16
HSL 112.27º 0.84% 0.45% -
HSV(B) 112.27º 0.91% 0.84% -
XYZ 24.95 48.17 8.6 -
YUV 140.35 59.51 59.27 -
System Red Green Blue C M Y K H S L
Decimal 44 213 19 0.79 0 0.91 0.16 112.27 0.84 0.45
Hex 2C D5 13 4F 0 5B 10 70 54 2D
Octal 54 325 23 117 0 133 20 160 124 55
Binary 101100 11010101 10011 1001111 0 1011011 10000 1110000 1010100 101101

Color Harmonies of #2CD513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD513

Black with #2CD513

Text Example


Text Example

White with #2CD513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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