Html Css Color HEX #2DB73C Lime Green

📋 copy color: '#2DB73C'

red 45 ◦ green 183 ◦ blue 60

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

Shades of Lime Green #2DB73C

Tints of Lime Green #2DB73C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 63.54%

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

R = 15.63%
G = 63.54%
B = 20.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#2DB73C (or 0x2DB73C) is known color: Lime Green. HEX triplet: 2D, B7 and 3C. RGB value is (45,183,60). Sum of RGB (Red+Green+Blue) = 45+183+60=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 183 (71.88% from 255 or 63.54% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB73C is #D248C3. Grayscale: #808080. Windows color (decimal): -13781188 or 3979053. OLE color: 3979053.

HSL color Cylindrical-coordinate representation of color #2DB73C: hue angle of 126.52º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB73C is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 45 183 60 -
CMYK 0.75 0 0.67 0.28
HSL 126.52º 0.61% 0.45% -
HSV(B) 126.52º 0.75% 0.72% -
XYZ 18.83 34.75 9.99 -
YUV 127.72 89.78 69 -
System Red Green Blue C M Y K H S L
Decimal 45 183 60 0.75 0 0.67 0.28 126.52 0.61 0.45
Hex 2D B7 3C 4B 0 43 1C 7F 3D 2D
Octal 55 267 74 113 0 103 34 177 75 55
Binary 101101 10110111 111100 1001011 0 1000011 11100 1111111 111101 101101

Color Harmonies of #2DB73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB73C

Black with #2DB73C

Text Example


Text Example

White with #2DB73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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