Html Css Color HEX #3DB734 Lime Green

📋 copy color: '#3DB734'

red 61 ◦ green 183 ◦ blue 52

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

Shades of Lime Green #3DB734

Tints of Lime Green #3DB734

RGB

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

 GREEN value IS 183 (71.88% from 255) = 61.82%

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

R = 20.61%
G = 61.82%
B = 17.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#3DB734 (or 0x3DB734) is known color: Lime Green. HEX triplet: 3D, B7 and 34. RGB value is (61,183,52). Sum of RGB (Red+Green+Blue) = 61+183+52=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 183 (71.88% from 255 or 61.82% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB734 is #C248CB. Grayscale: #838383. Windows color (decimal): -12732620 or 3454781. OLE color: 3454781.

HSL color Cylindrical-coordinate representation of color #3DB734: hue angle of 115.88º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DB734 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 61 183 52 -
CMYK 0.67 0 0.72 0.28
HSL 115.88º 0.56% 0.46% -
HSV(B) 115.88º 0.72% 0.72% -
XYZ 19.48 35.11 9 -
YUV 131.59 83.08 77.65 -
System Red Green Blue C M Y K H S L
Decimal 61 183 52 0.67 0 0.72 0.28 115.88 0.56 0.46
Hex 3D B7 34 43 0 48 1C 74 38 2E
Octal 75 267 64 103 0 110 34 164 70 56
Binary 111101 10110111 110100 1000011 0 1001000 11100 1110100 111000 101110

Color Harmonies of #3DB734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB734

Black with #3DB734

Text Example


Text Example

White with #3DB734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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