Html Css Color HEX #3DCC51 Lime Green

📋 copy color: '#3DCC51'

red 61 ◦ green 204 ◦ blue 81

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

Shades of Lime Green #3DCC51

Tints of Lime Green #3DCC51

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.96%

 BLUE value IS 81 (32.03% from 255) = 23.41%

R = 17.63%
G = 58.96%
B = 23.41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#3DCC51 (or 0x3DCC51) is known color: Lime Green. HEX triplet: 3D, CC and 51. RGB value is (61,204,81). Sum of RGB (Red+Green+Blue) = 61+204+81=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCC51 is #C233AE. Grayscale: #939393. Windows color (decimal): -12727215 or 5360701. OLE color: 5360701.

HSL color Cylindrical-coordinate representation of color #3DCC51: hue angle of 128.39º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCC51 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 61 204 81 -
CMYK 0.70 0 0.60 0.2
HSL 128.39º 0.58% 0.52% -
HSV(B) 128.39º 0.7% 0.8% -
XYZ 25 44.77 15.11 -
YUV 147.22 90.62 66.5 -
System Red Green Blue C M Y K H S L
Decimal 61 204 81 0.70 0 0.60 0.2 128.39 0.58 0.52
Hex 3D CC 51 46 0 3C 14 80 3A 34
Octal 75 314 121 106 0 74 24 200 72 64
Binary 111101 11001100 1010001 1000110 0 111100 10100 10000000 111010 110100

Color Harmonies of #3DCC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCC51

Black with #3DCC51

Text Example


Text Example

White with #3DCC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,204,81); }

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

background-color css

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

 a { background-color: rgb(61,204,81); }

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

border-color css

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

 span { border-color: rgb(61,204,81); }

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