Html Css Color HEX #2DC13C Lime Green

📋 copy color: '#2DC13C'

red 45 ◦ green 193 ◦ blue 60

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

Shades of Lime Green #2DC13C

Tints of Lime Green #2DC13C

RGB

 RED value IS 45 (17.97% from 255) = 15.1%

 GREEN value IS 193 (75.78% from 255) = 64.77%

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 15.1%
G = 64.77%
B = 20.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#2DC13C (or 0x2DC13C) is known color: Lime Green. HEX triplet: 2D, C1 and 3C. RGB value is (45,193,60). Sum of RGB (Red+Green+Blue) = 45+193+60=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 193 (75.78% from 255 or 64.77% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC13C is #D23EC3. Grayscale: #858585. Windows color (decimal): -13778628 or 3981613. OLE color: 3981613.

HSL color Cylindrical-coordinate representation of color #2DC13C: hue angle of 126.08º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC13C is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 193 60 -
CMYK 0.77 0 0.69 0.24
HSL 126.08º 0.62% 0.47% -
HSV(B) 126.08º 0.77% 0.76% -
XYZ 20.97 39.02 10.7 -
YUV 133.59 86.47 64.81 -
System Red Green Blue C M Y K H S L
Decimal 45 193 60 0.77 0 0.69 0.24 126.08 0.62 0.47
Hex 2D C1 3C 4D 0 45 18 7E 3E 2F
Octal 55 301 74 115 0 105 30 176 76 57
Binary 101101 11000001 111100 1001101 0 1000101 11000 1111110 111110 101111

Color Harmonies of #2DC13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC13C

Black with #2DC13C

Text Example


Text Example

White with #2DC13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,193,60); }

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

background-color css

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

 a { background-color: rgb(45,193,60); }

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

border-color css

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

 span { border-color: rgb(45,193,60); }

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