Html Css Color HEX #3DB934 Lime Green

📋 copy color: '#3DB934'

red 61 ◦ green 185 ◦ blue 52

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

Shades of Lime Green #3DB934

Tints of Lime Green #3DB934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.08%

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

R = 20.47%
G = 62.08%
B = 17.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#3DB934 (or 0x3DB934) is known color: Lime Green. HEX triplet: 3D, B9 and 34. RGB value is (61,185,52). Sum of RGB (Red+Green+Blue) = 61+185+52=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 185 (72.66% from 255 or 62.08% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB934 is #C246CB. Grayscale: #858585. Windows color (decimal): -12732108 or 3455293. OLE color: 3455293.

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

Color convert

RGB 61 185 52 -
CMYK 0.67 0 0.72 0.27
HSL 115.94º 0.56% 0.46% -
HSV(B) 115.94º 0.72% 0.73% -
XYZ 19.89 35.94 9.14 -
YUV 132.76 82.42 76.81 -
System Red Green Blue C M Y K H S L
Decimal 61 185 52 0.67 0 0.72 0.27 115.94 0.56 0.46
Hex 3D B9 34 43 0 48 1B 74 38 2E
Octal 75 271 64 103 0 110 33 164 70 56
Binary 111101 10111001 110100 1000011 0 1001000 11011 1110100 111000 101110

Color Harmonies of #3DB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB934

Black with #3DB934

Text Example


Text Example

White with #3DB934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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