Html Css Color HEX #3DC426 Lime Green

📋 copy color: '#3DC426'

red 61 ◦ green 196 ◦ blue 38

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

Shades of Lime Green #3DC426

Tints of Lime Green #3DC426

RGB

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

 GREEN value IS 196 (76.95% from 255) = 66.44%

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

R = 20.68%
G = 66.44%
B = 12.88%

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

#3DC426 (or 0x3DC426) is known color: Lime Green. HEX triplet: 3D, C4 and 26. RGB value is (61,196,38). Sum of RGB (Red+Green+Blue) = 61+196+38=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 196 (76.95% from 255 or 66.44% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC426 is #C23BD9. Grayscale: #8A8A8A. Windows color (decimal): -12729306 or 2540605. OLE color: 2540605.

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

Color convert

RGB 61 196 38 -
CMYK 0.69 0 0.81 0.23
HSL 111.27º 0.68% 0.46% -
HSV(B) 111.27º 0.81% 0.77% -
XYZ 22.01 40.61 8.51 -
YUV 137.62 71.77 73.35 -
System Red Green Blue C M Y K H S L
Decimal 61 196 38 0.69 0 0.81 0.23 111.27 0.68 0.46
Hex 3D C4 26 45 0 51 17 6F 44 2E
Octal 75 304 46 105 0 121 27 157 104 56
Binary 111101 11000100 100110 1000101 0 1010001 10111 1101111 1000100 101110

Color Harmonies of #3DC426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC426

Black with #3DC426

Text Example


Text Example

White with #3DC426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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