Html Css Color HEX #2DB540 Lime Green

📋 copy color: '#2DB540'

red 45 ◦ green 181 ◦ blue 64

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

Shades of Lime Green #2DB540

Tints of Lime Green #2DB540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 62.41%

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 15.52%
G = 62.41%
B = 22.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#2DB540 (or 0x2DB540) is known color: Lime Green. HEX triplet: 2D, B5 and 40. RGB value is (45,181,64). Sum of RGB (Red+Green+Blue) = 45+181+64=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 181 (71.09% from 255 or 62.41% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB540 is #D24ABF. Grayscale: #7F7F7F. Windows color (decimal): -13781696 or 4240685. OLE color: 4240685.

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

Color convert

RGB 45 181 64 -
CMYK 0.75 0 0.65 0.29
HSL 128.38º 0.6% 0.44% -
HSV(B) 128.38º 0.75% 0.71% -
XYZ 18.53 33.98 10.43 -
YUV 127 92.44 69.51 -
System Red Green Blue C M Y K H S L
Decimal 45 181 64 0.75 0 0.65 0.29 128.38 0.6 0.44
Hex 2D B5 40 4B 0 41 1D 80 3C 2C
Octal 55 265 100 113 0 101 35 200 74 54
Binary 101101 10110101 1000000 1001011 0 1000001 11101 10000000 111100 101100

Color Harmonies of #2DB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB540

Black with #2DB540

Text Example


Text Example

White with #2DB540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,181,64); }

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

background-color css

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

 a { background-color: rgb(45,181,64); }

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

border-color css

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

 span { border-color: rgb(45,181,64); }

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