Html Css Color HEX #2DAB3C Lime Green

📋 copy color: '#2DAB3C'

red 45 ◦ green 171 ◦ blue 60

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

Shades of Lime Green #2DAB3C

Tints of Lime Green #2DAB3C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 61.96%

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

R = 16.3%
G = 61.96%
B = 21.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#2DAB3C (or 0x2DAB3C) is known color: Lime Green. HEX triplet: 2D, AB and 3C. RGB value is (45,171,60). Sum of RGB (Red+Green+Blue) = 45+171+60=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 171 (67.19% from 255 or 61.96% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAB3C is #D254C3. Grayscale: #787878. Windows color (decimal): -13784260 or 3975981. OLE color: 3975981.

HSL color Cylindrical-coordinate representation of color #2DAB3C: hue angle of 127.14º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAB3C is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 171 60 -
CMYK 0.74 0 0.65 0.33
HSL 127.14º 0.58% 0.42% -
HSV(B) 127.14º 0.74% 0.67% -
XYZ 16.46 30.01 9.2 -
YUV 120.67 93.76 74.03 -
System Red Green Blue C M Y K H S L
Decimal 45 171 60 0.74 0 0.65 0.33 127.14 0.58 0.42
Hex 2D AB 3C 4A 0 41 21 7F 3A 2A
Octal 55 253 74 112 0 101 41 177 72 52
Binary 101101 10101011 111100 1001010 0 1000001 100001 1111111 111010 101010

Color Harmonies of #2DAB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAB3C

Black with #2DAB3C

Text Example


Text Example

White with #2DAB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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