Html Css Color HEX #3DCC45 Lime Green

📋 copy color: '#3DCC45'

red 61 ◦ green 204 ◦ blue 69

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

Shades of Lime Green #3DCC45

Tints of Lime Green #3DCC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 18.26%
G = 61.08%
B = 20.66%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#3DCC45 (or 0x3DCC45) is known color: Lime Green. HEX triplet: 3D, CC and 45. RGB value is (61,204,69). Sum of RGB (Red+Green+Blue) = 61+204+69=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 204 (80.08% from 255 or 61.08% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCC45 is #C233BA. Grayscale: #929292. Windows color (decimal): -12727227 or 4574269. OLE color: 4574269.

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

Color convert

RGB 61 204 69 -
CMYK 0.70 0 0.66 0.2
HSL 123.36º 0.58% 0.52% -
HSV(B) 123.36º 0.7% 0.8% -
XYZ 24.59 44.61 12.94 -
YUV 145.85 84.62 67.48 -
System Red Green Blue C M Y K H S L
Decimal 61 204 69 0.70 0 0.66 0.2 123.36 0.58 0.52
Hex 3D CC 45 46 0 42 14 7B 3A 34
Octal 75 314 105 106 0 102 24 173 72 64
Binary 111101 11001100 1000101 1000110 0 1000010 10100 1111011 111010 110100

Color Harmonies of #3DCC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCC45

Black with #3DCC45

Text Example


Text Example

White with #3DCC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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