Html Css Color HEX #2DC032 Lime Green

📋 copy color: '#2DC032'

red 45 ◦ green 192 ◦ blue 50

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

Shades of Lime Green #2DC032

Tints of Lime Green #2DC032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 66.9%

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 15.68%
G = 66.9%
B = 17.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#2DC032 (or 0x2DC032) is known color: Lime Green. HEX triplet: 2D, C0 and 32. RGB value is (45,192,50). Sum of RGB (Red+Green+Blue) = 45+192+50=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC032 is #D23FCD. Grayscale: #848484. Windows color (decimal): -13778894 or 3325997. OLE color: 3325997.

HSL color Cylindrical-coordinate representation of color #2DC032: hue angle of 122.04º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC032 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 50 -
CMYK 0.77 0 0.74 0.25
HSL 122.04º 0.62% 0.46% -
HSV(B) 122.04º 0.77% 0.75% -
XYZ 20.51 38.49 9.37 -
YUV 131.86 81.8 66.05 -
System Red Green Blue C M Y K H S L
Decimal 45 192 50 0.77 0 0.74 0.25 122.04 0.62 0.46
Hex 2D C0 32 4D 0 4A 19 7A 3E 2E
Octal 55 300 62 115 0 112 31 172 76 56
Binary 101101 11000000 110010 1001101 0 1001010 11001 1111010 111110 101110

Color Harmonies of #2DC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC032

Black with #2DC032

Text Example


Text Example

White with #2DC032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,192,50); }

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

background-color css

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

 a { background-color: rgb(45,192,50); }

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

border-color css

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

 span { border-color: rgb(45,192,50); }

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