Html Css Color HEX #2DB644 Lime Green

📋 copy color: '#2DB644'

red 45 ◦ green 182 ◦ blue 68

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

Shades of Lime Green #2DB644

Tints of Lime Green #2DB644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.05%

R = 15.25%
G = 61.69%
B = 23.05%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#2DB644 (or 0x2DB644) is known color: Lime Green. HEX triplet: 2D, B6 and 44. RGB value is (45,182,68). Sum of RGB (Red+Green+Blue) = 45+182+68=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 182 (71.48% from 255 or 61.69% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB644 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB644 is #D249BB. Grayscale: #808080. Windows color (decimal): -13781436 or 4503085. OLE color: 4503085.

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

Color convert

RGB 45 182 68 -
CMYK 0.75 0 0.63 0.29
HSL 130.07º 0.6% 0.45% -
HSV(B) 130.07º 0.75% 0.71% -
XYZ 18.85 34.43 11.12 -
YUV 128.04 94.11 68.77 -
System Red Green Blue C M Y K H S L
Decimal 45 182 68 0.75 0 0.63 0.29 130.07 0.6 0.45
Hex 2D B6 44 4B 0 3F 1D 82 3C 2D
Octal 55 266 104 113 0 77 35 202 74 55
Binary 101101 10110110 1000100 1001011 0 111111 11101 10000010 111100 101101

Color Harmonies of #2DB644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB644

Black with #2DB644

Text Example


Text Example

White with #2DB644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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