Html Css Color HEX #3DB532 Lime Green

📋 copy color: '#3DB532'

red 61 ◦ green 181 ◦ blue 50

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

Shades of Lime Green #3DB532

Tints of Lime Green #3DB532

RGB

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

 GREEN value IS 181 (71.09% from 255) = 61.99%

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

R = 20.89%
G = 61.99%
B = 17.12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#3DB532 (or 0x3DB532) is known color: Lime Green. HEX triplet: 3D, B5 and 32. RGB value is (61,181,50). Sum of RGB (Red+Green+Blue) = 61+181+50=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 181 (71.09% from 255 or 61.99% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB532 is #C24ACD. Grayscale: #828282. Windows color (decimal): -12733134 or 3323197. OLE color: 3323197.

HSL color Cylindrical-coordinate representation of color #3DB532: hue angle of 114.96º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DB532 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 181 50 -
CMYK 0.66 0 0.72 0.29
HSL 114.96º 0.57% 0.45% -
HSV(B) 114.96º 0.72% 0.71% -
XYZ 19.02 34.27 8.63 -
YUV 130.19 82.74 78.65 -
System Red Green Blue C M Y K H S L
Decimal 61 181 50 0.66 0 0.72 0.29 114.96 0.57 0.45
Hex 3D B5 32 42 0 48 1D 73 39 2D
Octal 75 265 62 102 0 110 35 163 71 55
Binary 111101 10110101 110010 1000010 0 1001000 11101 1110011 111001 101101

Color Harmonies of #3DB532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB532

Black with #3DB532

Text Example


Text Example

White with #3DB532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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