Html Css Color HEX #3DC427 Lime Green

📋 copy color: '#3DC427'

red 61 ◦ green 196 ◦ blue 39

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

Shades of Lime Green #3DC427

Tints of Lime Green #3DC427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.18%

R = 20.61%
G = 66.22%
B = 13.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#3DC427 (or 0x3DC427) is known color: Lime Green. HEX triplet: 3D, C4 and 27. RGB value is (61,196,39). Sum of RGB (Red+Green+Blue) = 61+196+39=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 196 (76.95% from 255 or 66.22% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC427 is #C23BD8. Grayscale: #8A8A8A. Windows color (decimal): -12729305 or 2606141. OLE color: 2606141.

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

Color convert

RGB 61 196 39 -
CMYK 0.69 0 0.80 0.23
HSL 111.59º 0.67% 0.46% -
HSV(B) 111.59º 0.8% 0.77% -
XYZ 22.03 40.62 8.6 -
YUV 137.74 72.27 73.27 -
System Red Green Blue C M Y K H S L
Decimal 61 196 39 0.69 0 0.80 0.23 111.59 0.67 0.46
Hex 3D C4 27 45 0 50 17 70 43 2E
Octal 75 304 47 105 0 120 27 160 103 56
Binary 111101 11000100 100111 1000101 0 1010000 10111 1110000 1000011 101110

Color Harmonies of #3DC427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC427

Black with #3DC427

Text Example


Text Example

White with #3DC427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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