Html Css Color HEX #2DE13C Lime Green

📋 copy color: '#2DE13C'

red 45 ◦ green 225 ◦ blue 60

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

Shades of Lime Green #2DE13C

Tints of Lime Green #2DE13C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 68.18%

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

R = 13.64%
G = 68.18%
B = 18.18%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#2DE13C (or 0x2DE13C) is known color: Lime Green. HEX triplet: 2D, E1 and 3C. RGB value is (45,225,60). Sum of RGB (Red+Green+Blue) = 45+225+60=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE13C is #D21EC3. Grayscale: #989898. Windows color (decimal): -13770436 or 3989805. OLE color: 3989805.

HSL color Cylindrical-coordinate representation of color #2DE13C: hue angle of 125º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE13C is Cyan = 0.8, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 45 225 60 -
CMYK 0.8 0 0.73 0.12
HSL 125º 0.75% 0.53% -
HSV(B) 125º 0.8% 0.88% -
XYZ 28.82 54.73 13.32 -
YUV 152.37 75.87 51.42 -
System Red Green Blue C M Y K H S L
Decimal 45 225 60 0.8 0 0.73 0.12 125 0.75 0.53
Hex 2D E1 3C 50 0 49 C 7D 4B 35
Octal 55 341 74 120 0 111 14 175 113 65
Binary 101101 11100001 111100 1010000 0 1001001 1100 1111101 1001011 110101

Color Harmonies of #2DE13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE13C

Black with #2DE13C

Text Example


Text Example

White with #2DE13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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