Html Css Color HEX #2DB240 Lime Green

📋 copy color: '#2DB240'

red 45 ◦ green 178 ◦ blue 64

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

Shades of Lime Green #2DB240

Tints of Lime Green #2DB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 62.02%

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

R = 15.68%
G = 62.02%
B = 22.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#2DB240 (or 0x2DB240) is known color: Lime Green. HEX triplet: 2D, B2 and 40. RGB value is (45,178,64). Sum of RGB (Red+Green+Blue) = 45+178+64=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 178 (69.92% from 255 or 62.02% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB240 is #D24DBF. Grayscale: #7D7D7D. Windows color (decimal): -13782464 or 4239917. OLE color: 4239917.

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

Color convert

RGB 45 178 64 -
CMYK 0.75 0 0.64 0.30
HSL 128.57º 0.6% 0.44% -
HSV(B) 128.57º 0.75% 0.7% -
XYZ 17.93 32.77 10.23 -
YUV 125.24 93.44 70.77 -
System Red Green Blue C M Y K H S L
Decimal 45 178 64 0.75 0 0.64 0.30 128.57 0.6 0.44
Hex 2D B2 40 4B 0 40 1E 81 3C 2C
Octal 55 262 100 113 0 100 36 201 74 54
Binary 101101 10110010 1000000 1001011 0 1000000 11110 10000001 111100 101100

Color Harmonies of #2DB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB240

Black with #2DB240

Text Example


Text Example

White with #2DB240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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