Html Css Color HEX #2DAE22 Lime Green

📋 copy color: '#2DAE22'

red 45 ◦ green 174 ◦ blue 34

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

Shades of Lime Green #2DAE22

Tints of Lime Green #2DAE22

RGB

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

 GREEN value IS 174 (68.36% from 255) = 68.77%

 BLUE value IS 34 (13.67% from 255) = 13.44%

R = 17.79%
G = 68.77%
B = 13.44%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#2DAE22 (or 0x2DAE22) is known color: Lime Green. HEX triplet: 2D, AE and 22. RGB value is (45,174,34). Sum of RGB (Red+Green+Blue) = 45+174+34=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 174 (68.36% from 255 or 68.77% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAE22 is #D251DD. Grayscale: #777777. Windows color (decimal): -13783518 or 2272813. OLE color: 2272813.

HSL color Cylindrical-coordinate representation of color #2DAE22: hue angle of 115.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DAE22 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 45 174 34 -
CMYK 0.74 0 0.80 0.32
HSL 115.29º 0.67% 0.41% -
HSV(B) 115.29º 0.8% 0.68% -
XYZ 16.51 30.95 6.62 -
YUV 119.47 79.76 74.88 -
System Red Green Blue C M Y K H S L
Decimal 45 174 34 0.74 0 0.80 0.32 115.29 0.67 0.41
Hex 2D AE 22 4A 0 50 20 73 43 29
Octal 55 256 42 112 0 120 40 163 103 51
Binary 101101 10101110 100010 1001010 0 1010000 100000 1110011 1000011 101001

Color Harmonies of #2DAE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAE22

Black with #2DAE22

Text Example


Text Example

White with #2DAE22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,174,34); }

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

background-color css

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

 a { background-color: rgb(45,174,34); }

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

border-color css

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

 span { border-color: rgb(45,174,34); }

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