Html Css Color HEX #2DB42A Lime Green

📋 copy color: '#2DB42A'

red 45 ◦ green 180 ◦ blue 42

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

Shades of Lime Green #2DB42A

Tints of Lime Green #2DB42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 67.42%

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 16.85%
G = 67.42%
B = 15.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#2DB42A (or 0x2DB42A) is known color: Lime Green. HEX triplet: 2D, B4 and 2A. RGB value is (45,180,42). Sum of RGB (Red+Green+Blue) = 45+180+42=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 180 (70.70% from 255 or 67.42% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB42A is #D24BD5. Grayscale: #7C7C7C. Windows color (decimal): -13781974 or 2798637. OLE color: 2798637.

HSL color Cylindrical-coordinate representation of color #2DB42A: hue angle of 118.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DB42A is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 180 42 -
CMYK 0.75 0 0.77 0.29
HSL 118.7º 0.62% 0.44% -
HSV(B) 118.7º 0.77% 0.71% -
XYZ 17.82 33.37 7.69 -
YUV 123.9 81.77 71.72 -
System Red Green Blue C M Y K H S L
Decimal 45 180 42 0.75 0 0.77 0.29 118.7 0.62 0.44
Hex 2D B4 2A 4B 0 4D 1D 77 3E 2C
Octal 55 264 52 113 0 115 35 167 76 54
Binary 101101 10110100 101010 1001011 0 1001101 11101 1110111 111110 101100

Color Harmonies of #2DB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB42A

Black with #2DB42A

Text Example


Text Example

White with #2DB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,180,42); }

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

background-color css

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

 a { background-color: rgb(45,180,42); }

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

border-color css

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

 span { border-color: rgb(45,180,42); }

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