Html Css Color HEX #2CD713 Lime Green

📋 copy color: '#2CD713'

red 44 ◦ green 215 ◦ blue 19

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

Shades of Lime Green #2CD713

Tints of Lime Green #2CD713

RGB

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

 GREEN value IS 215 (84.38% from 255) = 77.34%

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

R = 15.83%
G = 77.34%
B = 6.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#2CD713 (or 0x2CD713) is known color: Lime Green. HEX triplet: 2C, D7 and 13. RGB value is (44,215,19). Sum of RGB (Red+Green+Blue) = 44+215+19=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 215 (84.38% from 255 or 77.34% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD713 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD713 is #D328EC. Grayscale: #8E8E8E. Windows color (decimal): -13838573 or 1300268. OLE color: 1300268.

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

Color convert

RGB 44 215 19 -
CMYK 0.80 0 0.91 0.16
HSL 112.35º 0.84% 0.46% -
HSV(B) 112.35º 0.91% 0.84% -
XYZ 25.46 49.18 8.77 -
YUV 141.53 58.85 58.44 -
System Red Green Blue C M Y K H S L
Decimal 44 215 19 0.80 0 0.91 0.16 112.35 0.84 0.46
Hex 2C D7 13 50 0 5B 10 70 54 2E
Octal 54 327 23 120 0 133 20 160 124 56
Binary 101100 11010111 10011 1010000 0 1011011 10000 1110000 1010100 101110

Color Harmonies of #2CD713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD713

Black with #2CD713

Text Example


Text Example

White with #2CD713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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