Html Css Color HEX #3DB52F Lime Green

📋 copy color: '#3DB52F'

red 61 ◦ green 181 ◦ blue 47

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

Shades of Lime Green #3DB52F

Tints of Lime Green #3DB52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 21.11%
G = 62.63%
B = 16.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#3DB52F (or 0x3DB52F) is known color: Lime Green. HEX triplet: 3D, B5 and 2F. RGB value is (61,181,47). Sum of RGB (Red+Green+Blue) = 61+181+47=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 181 (71.09% from 255 or 62.63% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB52F is #C24AD0. Grayscale: #828282. Windows color (decimal): -12733137 or 3126589. OLE color: 3126589.

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

Color convert

RGB 61 181 47 -
CMYK 0.66 0 0.74 0.29
HSL 113.73º 0.59% 0.45% -
HSV(B) 113.73º 0.74% 0.71% -
XYZ 18.96 34.25 8.3 -
YUV 129.84 81.24 78.9 -
System Red Green Blue C M Y K H S L
Decimal 61 181 47 0.66 0 0.74 0.29 113.73 0.59 0.45
Hex 3D B5 2F 42 0 4A 1D 72 3B 2D
Octal 75 265 57 102 0 112 35 162 73 55
Binary 111101 10110101 101111 1000010 0 1001010 11101 1110010 111011 101101

Color Harmonies of #3DB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB52F

Black with #3DB52F

Text Example


Text Example

White with #3DB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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