Html Css Color HEX #3DC348 Lime Green

📋 copy color: '#3DC348'

red 61 ◦ green 195 ◦ blue 72

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

Shades of Lime Green #3DC348

Tints of Lime Green #3DC348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.45%

 BLUE value IS 72 (28.52% from 255) = 21.95%

R = 18.6%
G = 59.45%
B = 21.95%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#3DC348 (or 0x3DC348) is known color: Lime Green. HEX triplet: 3D, C3 and 48. RGB value is (61,195,72). Sum of RGB (Red+Green+Blue) = 61+195+72=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC348 is #C23CB7. Grayscale: #8D8D8D. Windows color (decimal): -12729528 or 4768573. OLE color: 4768573.

HSL color Cylindrical-coordinate representation of color #3DC348: hue angle of 124.93º degrees, saturation: 0.53, 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 #3DC348 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 61 195 72 -
CMYK 0.69 0 0.63 0.24
HSL 124.93º 0.53% 0.5% -
HSV(B) 124.93º 0.69% 0.76% -
XYZ 22.61 40.49 12.75 -
YUV 140.91 89.11 71 -
System Red Green Blue C M Y K H S L
Decimal 61 195 72 0.69 0 0.63 0.24 124.93 0.53 0.5
Hex 3D C3 48 45 0 3F 18 7D 35 32
Octal 75 303 110 105 0 77 30 175 65 62
Binary 111101 11000011 1001000 1000101 0 111111 11000 1111101 110101 110010

Color Harmonies of #3DC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC348

Black with #3DC348

Text Example


Text Example

White with #3DC348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,195,72); }

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

background-color css

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

 a { background-color: rgb(61,195,72); }

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

border-color css

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

 span { border-color: rgb(61,195,72); }

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