Html Css Color HEX #2DAC2E Lime Green

📋 copy color: '#2DAC2E'

red 45 ◦ green 172 ◦ blue 46

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

Shades of Lime Green #2DAC2E

Tints of Lime Green #2DAC2E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 65.4%

 BLUE value IS 46 (18.36% from 255) = 17.49%

R = 17.11%
G = 65.4%
B = 17.49%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#2DAC2E (or 0x2DAC2E) is known color: Lime Green. HEX triplet: 2D, AC and 2E. RGB value is (45,172,46). Sum of RGB (Red+Green+Blue) = 45+172+46=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 172 (67.58% from 255 or 65.40% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAC2E is #D253D1. Grayscale: #787878. Windows color (decimal): -13784018 or 3058733. OLE color: 3058733.

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

Color convert

RGB 45 172 46 -
CMYK 0.74 0 0.73 0.33
HSL 120.47º 0.59% 0.43% -
HSV(B) 120.47º 0.74% 0.67% -
XYZ 16.33 30.26 7.57 -
YUV 119.66 86.42 74.75 -
System Red Green Blue C M Y K H S L
Decimal 45 172 46 0.74 0 0.73 0.33 120.47 0.59 0.43
Hex 2D AC 2E 4A 0 49 21 78 3B 2B
Octal 55 254 56 112 0 111 41 170 73 53
Binary 101101 10101100 101110 1001010 0 1001001 100001 1111000 111011 101011

Color Harmonies of #2DAC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAC2E

Black with #2DAC2E

Text Example


Text Example

White with #2DAC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,172,46); }

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

background-color css

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

 a { background-color: rgb(45,172,46); }

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

border-color css

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

 span { border-color: rgb(45,172,46); }

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