Html Css Color HEX #3DC242 Lime Green

📋 copy color: '#3DC242'

red 61 ◦ green 194 ◦ blue 66

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

Shades of Lime Green #3DC242

Tints of Lime Green #3DC242

RGB

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

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

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

R = 19%
G = 60.44%
B = 20.56%

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

#3DC242 (or 0x3DC242) is known color: Lime Green. HEX triplet: 3D, C2 and 42. RGB value is (61,194,66). Sum of RGB (Red+Green+Blue) = 61+194+66=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 194 (76.17% from 255 or 60.44% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC242 is #C23DBD. Grayscale: #8C8C8C. Windows color (decimal): -12729790 or 4375101. OLE color: 4375101.

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

Color convert

RGB 61 194 66 -
CMYK 0.69 0 0.66 0.24
HSL 122.26º 0.52% 0.5% -
HSV(B) 122.26º 0.69% 0.76% -
XYZ 22.2 39.97 11.7 -
YUV 139.64 86.44 71.91 -
System Red Green Blue C M Y K H S L
Decimal 61 194 66 0.69 0 0.66 0.24 122.26 0.52 0.5
Hex 3D C2 42 45 0 42 18 7A 34 32
Octal 75 302 102 105 0 102 30 172 64 62
Binary 111101 11000010 1000010 1000101 0 1000010 11000 1111010 110100 110010

Color Harmonies of #3DC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC242

Black with #3DC242

Text Example


Text Example

White with #3DC242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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