Html Css Color HEX #3DC628 Lime Green

📋 copy color: '#3DC628'

red 61 ◦ green 198 ◦ blue 40

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

Shades of Lime Green #3DC628

Tints of Lime Green #3DC628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.38%

R = 20.4%
G = 66.22%
B = 13.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#3DC628 (or 0x3DC628) is known color: Lime Green. HEX triplet: 3D, C6 and 28. RGB value is (61,198,40). Sum of RGB (Red+Green+Blue) = 61+198+40=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 198 (77.73% from 255 or 66.22% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC628 is #C239D7. Grayscale: #8B8B8B. Windows color (decimal): -12728792 or 2672189. OLE color: 2672189.

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

Color convert

RGB 61 198 40 -
CMYK 0.69 0 0.80 0.22
HSL 112.03º 0.66% 0.47% -
HSV(B) 112.03º 0.8% 0.78% -
XYZ 22.5 41.53 8.84 -
YUV 139.03 72.11 72.35 -
System Red Green Blue C M Y K H S L
Decimal 61 198 40 0.69 0 0.80 0.22 112.03 0.66 0.47
Hex 3D C6 28 45 0 50 16 70 42 2F
Octal 75 306 50 105 0 120 26 160 102 57
Binary 111101 11000110 101000 1000101 0 1010000 10110 1110000 1000010 101111

Color Harmonies of #3DC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC628

Black with #3DC628

Text Example


Text Example

White with #3DC628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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