Html Css Color HEX #2DB541 Lime Green

📋 copy color: '#2DB541'

red 45 ◦ green 181 ◦ blue 65

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

Shades of Lime Green #2DB541

Tints of Lime Green #2DB541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 15.46%
G = 62.2%
B = 22.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#2DB541 (or 0x2DB541) is known color: Lime Green. HEX triplet: 2D, B5 and 41. RGB value is (45,181,65). Sum of RGB (Red+Green+Blue) = 45+181+65=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 181 (71.09% from 255 or 62.20% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB541 is #D24ABE. Grayscale: #7F7F7F. Windows color (decimal): -13781695 or 4306221. OLE color: 4306221.

HSL color Cylindrical-coordinate representation of color #2DB541: hue angle of 128.82º 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 #2DB541 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 181 65 -
CMYK 0.75 0 0.64 0.29
HSL 128.82º 0.6% 0.44% -
HSV(B) 128.82º 0.75% 0.71% -
XYZ 18.56 33.99 10.58 -
YUV 127.11 92.94 69.43 -
System Red Green Blue C M Y K H S L
Decimal 45 181 65 0.75 0 0.64 0.29 128.82 0.6 0.44
Hex 2D B5 41 4B 0 40 1D 81 3C 2C
Octal 55 265 101 113 0 100 35 201 74 54
Binary 101101 10110101 1000001 1001011 0 1000000 11101 10000001 111100 101100

Color Harmonies of #2DB541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB541

Black with #2DB541

Text Example


Text Example

White with #2DB541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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