Html Css Color HEX #3DC244 Lime Green

📋 copy color: '#3DC244'

red 61 ◦ green 194 ◦ blue 68

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

Shades of Lime Green #3DC244

Tints of Lime Green #3DC244

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.06%

 BLUE value IS 68 (26.95% from 255) = 21.05%

R = 18.89%
G = 60.06%
B = 21.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#3DC244 (or 0x3DC244) is known color: Lime Green. HEX triplet: 3D, C2 and 44. RGB value is (61,194,68). Sum of RGB (Red+Green+Blue) = 61+194+68=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC244 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC244 is #C23DBB. Grayscale: #8C8C8C. Windows color (decimal): -12729788 or 4506173. OLE color: 4506173.

HSL color Cylindrical-coordinate representation of color #3DC244: hue angle of 123.16º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC244 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 61 194 68 -
CMYK 0.69 0 0.65 0.24
HSL 123.16º 0.52% 0.5% -
HSV(B) 123.16º 0.69% 0.76% -
XYZ 22.26 39.99 12.02 -
YUV 139.87 87.44 71.75 -
System Red Green Blue C M Y K H S L
Decimal 61 194 68 0.69 0 0.65 0.24 123.16 0.52 0.5
Hex 3D C2 44 45 0 41 18 7B 34 32
Octal 75 302 104 105 0 101 30 173 64 62
Binary 111101 11000010 1000100 1000101 0 1000001 11000 1111011 110100 110010

Color Harmonies of #3DC244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC244

Black with #3DC244

Text Example


Text Example

White with #3DC244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,194,68); }

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

background-color css

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

 a { background-color: rgb(61,194,68); }

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

border-color css

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

 span { border-color: rgb(61,194,68); }

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