Html Css Color HEX #3DB133 Lime Green

📋 copy color: '#3DB133'

red 61 ◦ green 177 ◦ blue 51

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

Shades of Lime Green #3DB133

Tints of Lime Green #3DB133

RGB

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

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

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

R = 21.11%
G = 61.25%
B = 17.65%

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

#3DB133 (or 0x3DB133) is known color: Lime Green. HEX triplet: 3D, B1 and 33. RGB value is (61,177,51). Sum of RGB (Red+Green+Blue) = 61+177+51=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 177 (69.53% from 255 or 61.25% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB133 is #C24ECC. Grayscale: #808080. Windows color (decimal): -12734157 or 3387709. OLE color: 3387709.

HSL color Cylindrical-coordinate representation of color #3DB133: hue angle of 115.24º 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 #3DB133 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 177 51 -
CMYK 0.66 0 0.71 0.31
HSL 115.24º 0.55% 0.45% -
HSV(B) 115.24º 0.71% 0.69% -
XYZ 18.24 32.68 8.48 -
YUV 127.95 84.57 80.25 -
System Red Green Blue C M Y K H S L
Decimal 61 177 51 0.66 0 0.71 0.31 115.24 0.55 0.45
Hex 3D B1 33 42 0 47 1F 73 37 2D
Octal 75 261 63 102 0 107 37 163 67 55
Binary 111101 10110001 110011 1000010 0 1000111 11111 1110011 110111 101101

Color Harmonies of #3DB133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB133

Black with #3DB133

Text Example


Text Example

White with #3DB133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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