Html Css Color HEX #3DCC54 Lime Green

📋 copy color: '#3DCC54'

red 61 ◦ green 204 ◦ blue 84

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

Shades of Lime Green #3DCC54

Tints of Lime Green #3DCC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.07%

R = 17.48%
G = 58.45%
B = 24.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#3DCC54 (or 0x3DCC54) is known color: Lime Green. HEX triplet: 3D, CC and 54. RGB value is (61,204,84). Sum of RGB (Red+Green+Blue) = 61+204+84=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCC54 is #C233AB. Grayscale: #939393. Windows color (decimal): -12727212 or 5557309. OLE color: 5557309.

HSL color Cylindrical-coordinate representation of color #3DCC54: hue angle of 129.65º 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 #3DCC54 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 61 204 84 -
CMYK 0.70 0 0.59 0.2
HSL 129.65º 0.58% 0.52% -
HSV(B) 129.65º 0.7% 0.8% -
XYZ 25.12 44.82 15.71 -
YUV 147.56 92.12 66.26 -
System Red Green Blue C M Y K H S L
Decimal 61 204 84 0.70 0 0.59 0.2 129.65 0.58 0.52
Hex 3D CC 54 46 0 3B 14 82 3A 34
Octal 75 314 124 106 0 73 24 202 72 64
Binary 111101 11001100 1010100 1000110 0 111011 10100 10000010 111010 110100

Color Harmonies of #3DCC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCC54

Black with #3DCC54

Text Example


Text Example

White with #3DCC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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