Html Css Color HEX #3DB933 Lime Green

📋 copy color: '#3DB933'

red 61 ◦ green 185 ◦ blue 51

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

Shades of Lime Green #3DB933

Tints of Lime Green #3DB933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.17%

R = 20.54%
G = 62.29%
B = 17.17%

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

#3DB933 (or 0x3DB933) is known color: Lime Green. HEX triplet: 3D, B9 and 33. RGB value is (61,185,51). Sum of RGB (Red+Green+Blue) = 61+185+51=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 185 (72.66% from 255 or 62.29% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB933 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB933 is #C246CC. Grayscale: #858585. Windows color (decimal): -12732109 or 3389757. OLE color: 3389757.

HSL color Cylindrical-coordinate representation of color #3DB933: hue angle of 115.52º degrees, saturation: 0.57, 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 #3DB933 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 185 51 -
CMYK 0.67 0 0.72 0.27
HSL 115.52º 0.57% 0.46% -
HSV(B) 115.52º 0.72% 0.73% -
XYZ 19.87 35.93 9.02 -
YUV 132.65 81.92 76.9 -
System Red Green Blue C M Y K H S L
Decimal 61 185 51 0.67 0 0.72 0.27 115.52 0.57 0.46
Hex 3D B9 33 43 0 48 1B 74 39 2E
Octal 75 271 63 103 0 110 33 164 71 56
Binary 111101 10111001 110011 1000011 0 1001000 11011 1110100 111001 101110

Color Harmonies of #3DB933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB933

Black with #3DB933

Text Example


Text Example

White with #3DB933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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