Html Css Color HEX #3DC643 Lime Green

📋 copy color: '#3DC643'

red 61 ◦ green 198 ◦ blue 67

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

Shades of Lime Green #3DC643

Tints of Lime Green #3DC643

RGB

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

 GREEN value IS 198 (77.73% from 255) = 60.74%

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

R = 18.71%
G = 60.74%
B = 20.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#3DC643 (or 0x3DC643) is known color: Lime Green. HEX triplet: 3D, C6 and 43. RGB value is (61,198,67). Sum of RGB (Red+Green+Blue) = 61+198+67=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 198 (77.73% from 255 or 60.74% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC643 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC643 is #C239BC. Grayscale: #8E8E8E. Windows color (decimal): -12728765 or 4441661. OLE color: 4441661.

HSL color Cylindrical-coordinate representation of color #3DC643: hue angle of 122.63º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC643 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 61 198 67 -
CMYK 0.69 0 0.66 0.22
HSL 122.63º 0.55% 0.51% -
HSV(B) 122.63º 0.69% 0.78% -
XYZ 23.13 41.79 12.16 -
YUV 142.1 85.61 70.15 -
System Red Green Blue C M Y K H S L
Decimal 61 198 67 0.69 0 0.66 0.22 122.63 0.55 0.51
Hex 3D C6 43 45 0 42 16 7B 37 33
Octal 75 306 103 105 0 102 26 173 67 63
Binary 111101 11000110 1000011 1000101 0 1000010 10110 1111011 110111 110011

Color Harmonies of #3DC643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC643

Black with #3DC643

Text Example


Text Example

White with #3DC643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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