Html Css Color HEX #3DC243 Lime Green

📋 copy color: '#3DC243'

red 61 ◦ green 194 ◦ blue 67

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

Shades of Lime Green #3DC243

Tints of Lime Green #3DC243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.81%

R = 18.94%
G = 60.25%
B = 20.81%

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

#3DC243 (or 0x3DC243) is known color: Lime Green. HEX triplet: 3D, C2 and 43. RGB value is (61,194,67). Sum of RGB (Red+Green+Blue) = 61+194+67=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC243 is #C23DBC. Grayscale: #8C8C8C. Windows color (decimal): -12729789 or 4440637. OLE color: 4440637.

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

Color convert

RGB 61 194 67 -
CMYK 0.69 0 0.65 0.24
HSL 122.71º 0.52% 0.5% -
HSV(B) 122.71º 0.69% 0.76% -
XYZ 22.23 39.98 11.86 -
YUV 139.76 86.94 71.83 -
System Red Green Blue C M Y K H S L
Decimal 61 194 67 0.69 0 0.65 0.24 122.71 0.52 0.5
Hex 3D C2 43 45 0 41 18 7B 34 32
Octal 75 302 103 105 0 101 30 173 64 62
Binary 111101 11000010 1000011 1000101 0 1000001 11000 1111011 110100 110010

Color Harmonies of #3DC243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC243

Black with #3DC243

Text Example


Text Example

White with #3DC243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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