Html Css Color HEX #3DB134 Lime Green

📋 copy color: '#3DB134'

red 61 ◦ green 177 ◦ blue 52

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

Shades of Lime Green #3DB134

Tints of Lime Green #3DB134

RGB

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

 GREEN value IS 177 (69.53% from 255) = 61.03%

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 21.03%
G = 61.03%
B = 17.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#3DB134 (or 0x3DB134) is known color: Lime Green. HEX triplet: 3D, B1 and 34. RGB value is (61,177,52). Sum of RGB (Red+Green+Blue) = 61+177+52=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 177 (69.53% from 255 or 61.03% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB134 is #C24ECB. Grayscale: #808080. Windows color (decimal): -12734156 or 3453245. OLE color: 3453245.

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

Color convert

RGB 61 177 52 -
CMYK 0.66 0 0.71 0.31
HSL 115.68º 0.55% 0.45% -
HSV(B) 115.68º 0.71% 0.69% -
XYZ 18.27 32.68 8.59 -
YUV 128.07 85.07 80.16 -
System Red Green Blue C M Y K H S L
Decimal 61 177 52 0.66 0 0.71 0.31 115.68 0.55 0.45
Hex 3D B1 34 42 0 47 1F 74 37 2D
Octal 75 261 64 102 0 107 37 164 67 55
Binary 111101 10110001 110100 1000010 0 1000111 11111 1110100 110111 101101

Color Harmonies of #3DB134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB134

Black with #3DB134

Text Example


Text Example

White with #3DB134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,177,52); }

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

background-color css

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

 a { background-color: rgb(61,177,52); }

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

border-color css

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

 span { border-color: rgb(61,177,52); }

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