Html Css Color HEX #2DB640 Lime Green

📋 copy color: '#2DB640'

red 45 ◦ green 182 ◦ blue 64

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

Shades of Lime Green #2DB640

Tints of Lime Green #2DB640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 62.54%

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

R = 15.46%
G = 62.54%
B = 21.99%

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

#2DB640 (or 0x2DB640) is known color: Lime Green. HEX triplet: 2D, B6 and 40. RGB value is (45,182,64). Sum of RGB (Red+Green+Blue) = 45+182+64=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 182 (71.48% from 255 or 62.54% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB640 is #D249BF. Grayscale: #7F7F7F. Windows color (decimal): -13781440 or 4240941. OLE color: 4240941.

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

Color convert

RGB 45 182 64 -
CMYK 0.75 0 0.65 0.29
HSL 128.32º 0.6% 0.45% -
HSV(B) 128.32º 0.75% 0.71% -
XYZ 18.74 34.38 10.5 -
YUV 127.59 92.11 69.09 -
System Red Green Blue C M Y K H S L
Decimal 45 182 64 0.75 0 0.65 0.29 128.32 0.6 0.45
Hex 2D B6 40 4B 0 41 1D 80 3C 2D
Octal 55 266 100 113 0 101 35 200 74 55
Binary 101101 10110110 1000000 1001011 0 1000001 11101 10000000 111100 101101

Color Harmonies of #2DB640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB640

Black with #2DB640

Text Example


Text Example

White with #2DB640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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