Html Css Color HEX #2DB642 Lime Green

📋 copy color: '#2DB642'

red 45 ◦ green 182 ◦ blue 66

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

Shades of Lime Green #2DB642

Tints of Lime Green #2DB642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 15.36%
G = 62.12%
B = 22.53%

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

#2DB642 (or 0x2DB642) is known color: Lime Green. HEX triplet: 2D, B6 and 42. RGB value is (45,182,66). Sum of RGB (Red+Green+Blue) = 45+182+66=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 182 (71.48% from 255 or 62.12% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB642 is #D249BD. Grayscale: #808080. Windows color (decimal): -13781438 or 4372013. OLE color: 4372013.

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

Color convert

RGB 45 182 66 -
CMYK 0.75 0 0.64 0.29
HSL 129.2º 0.6% 0.45% -
HSV(B) 129.2º 0.75% 0.71% -
XYZ 18.79 34.41 10.8 -
YUV 127.81 93.11 68.93 -
System Red Green Blue C M Y K H S L
Decimal 45 182 66 0.75 0 0.64 0.29 129.2 0.6 0.45
Hex 2D B6 42 4B 0 40 1D 81 3C 2D
Octal 55 266 102 113 0 100 35 201 74 55
Binary 101101 10110110 1000010 1001011 0 1000000 11101 10000001 111100 101101

Color Harmonies of #2DB642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB642

Black with #2DB642

Text Example


Text Example

White with #2DB642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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