Html Css Color HEX #3DC526 Lime Green

📋 copy color: '#3DC526'

red 61 ◦ green 197 ◦ blue 38

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

Shades of Lime Green #3DC526

Tints of Lime Green #3DC526

RGB

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

 GREEN value IS 197 (77.34% from 255) = 66.55%

 BLUE value IS 38 (15.23% from 255) = 12.84%

R = 20.61%
G = 66.55%
B = 12.84%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#3DC526 (or 0x3DC526) is known color: Lime Green. HEX triplet: 3D, C5 and 26. RGB value is (61,197,38). Sum of RGB (Red+Green+Blue) = 61+197+38=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC526 is #C23AD9. Grayscale: #8A8A8A. Windows color (decimal): -12729050 or 2540861. OLE color: 2540861.

HSL color Cylindrical-coordinate representation of color #3DC526: hue angle of 111.32º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DC526 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 61 197 38 -
CMYK 0.69 0 0.81 0.23
HSL 111.32º 0.68% 0.46% -
HSV(B) 111.32º 0.81% 0.77% -
XYZ 22.24 41.06 8.59 -
YUV 138.21 71.44 72.93 -
System Red Green Blue C M Y K H S L
Decimal 61 197 38 0.69 0 0.81 0.23 111.32 0.68 0.46
Hex 3D C5 26 45 0 51 17 6F 44 2E
Octal 75 305 46 105 0 121 27 157 104 56
Binary 111101 11000101 100110 1000101 0 1010001 10111 1101111 1000100 101110

Color Harmonies of #3DC526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC526

Black with #3DC526

Text Example


Text Example

White with #3DC526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,197,38); }

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

background-color css

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

 a { background-color: rgb(61,197,38); }

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

border-color css

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

 span { border-color: rgb(61,197,38); }

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