Html Css Color HEX #3DC032 Lime Green

📋 copy color: '#3DC032'

red 61 ◦ green 192 ◦ blue 50

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

Shades of Lime Green #3DC032

Tints of Lime Green #3DC032

RGB

 RED value IS 61 (24.22% from 255) = 20.13%

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

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

R = 20.13%
G = 63.37%
B = 16.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#3DC032 (or 0x3DC032) is known color: Lime Green. HEX triplet: 3D, C0 and 32. RGB value is (61,192,50). Sum of RGB (Red+Green+Blue) = 61+192+50=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC032 is #C23FCD. Grayscale: #898989. Windows color (decimal): -12730318 or 3326013. OLE color: 3326013.

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

Color convert

RGB 61 192 50 -
CMYK 0.68 0 0.74 0.25
HSL 115.35º 0.59% 0.47% -
HSV(B) 115.35º 0.74% 0.75% -
XYZ 21.35 38.92 9.4 -
YUV 136.64 79.1 74.05 -
System Red Green Blue C M Y K H S L
Decimal 61 192 50 0.68 0 0.74 0.25 115.35 0.59 0.47
Hex 3D C0 32 44 0 4A 19 73 3B 2F
Octal 75 300 62 104 0 112 31 163 73 57
Binary 111101 11000000 110010 1000100 0 1001010 11001 1110011 111011 101111

Color Harmonies of #3DC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC032

Black with #3DC032

Text Example


Text Example

White with #3DC032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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