Html Css Color HEX #2DDB3C Lime Green

📋 copy color: '#2DDB3C'

red 45 ◦ green 219 ◦ blue 60

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

Shades of Lime Green #2DDB3C

Tints of Lime Green #2DDB3C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 67.59%

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

R = 13.89%
G = 67.59%
B = 18.52%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#2DDB3C (or 0x2DDB3C) is known color: Lime Green. HEX triplet: 2D, DB and 3C. RGB value is (45,219,60). Sum of RGB (Red+Green+Blue) = 45+219+60=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 219 (85.94% from 255 or 67.59% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDB3C is #D224C3. Grayscale: #959595. Windows color (decimal): -13771972 or 3988269. OLE color: 3988269.

HSL color Cylindrical-coordinate representation of color #2DDB3C: hue angle of 125.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDB3C is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 45 219 60 -
CMYK 0.79 0 0.73 0.14
HSL 125.17º 0.71% 0.52% -
HSV(B) 125.17º 0.79% 0.86% -
XYZ 27.23 51.55 12.79 -
YUV 148.85 77.85 53.93 -
System Red Green Blue C M Y K H S L
Decimal 45 219 60 0.79 0 0.73 0.14 125.17 0.71 0.52
Hex 2D DB 3C 4F 0 49 E 7D 47 34
Octal 55 333 74 117 0 111 16 175 107 64
Binary 101101 11011011 111100 1001111 0 1001001 1110 1111101 1000111 110100

Color Harmonies of #2DDB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDB3C

Black with #2DDB3C

Text Example


Text Example

White with #2DDB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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