Html Css Color HEX #3DC342 Lime Green

📋 copy color: '#3DC342'

red 61 ◦ green 195 ◦ blue 66

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

Shades of Lime Green #3DC342

Tints of Lime Green #3DC342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 18.94%
G = 60.56%
B = 20.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#3DC342 (or 0x3DC342) is known color: Lime Green. HEX triplet: 3D, C3 and 42. RGB value is (61,195,66). Sum of RGB (Red+Green+Blue) = 61+195+66=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 195 (76.56% from 255 or 60.56% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC342 is #C23CBD. Grayscale: #8C8C8C. Windows color (decimal): -12729534 or 4375357. OLE color: 4375357.

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

Color convert

RGB 61 195 66 -
CMYK 0.69 0 0.66 0.24
HSL 122.24º 0.53% 0.5% -
HSV(B) 122.24º 0.69% 0.76% -
XYZ 22.42 40.42 11.77 -
YUV 140.23 86.11 71.49 -
System Red Green Blue C M Y K H S L
Decimal 61 195 66 0.69 0 0.66 0.24 122.24 0.53 0.5
Hex 3D C3 42 45 0 42 18 7A 35 32
Octal 75 303 102 105 0 102 30 172 65 62
Binary 111101 11000011 1000010 1000101 0 1000010 11000 1111010 110101 110010

Color Harmonies of #3DC342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC342

Black with #3DC342

Text Example


Text Example

White with #3DC342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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