Html Css Color HEX #3DC035 Lime Green

📋 copy color: '#3DC035'

red 61 ◦ green 192 ◦ blue 53

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

Shades of Lime Green #3DC035

Tints of Lime Green #3DC035

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.75%

 BLUE value IS 53 (21.09% from 255) = 17.32%

R = 19.93%
G = 62.75%
B = 17.32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#3DC035 (or 0x3DC035) is known color: Lime Green. HEX triplet: 3D, C0 and 35. RGB value is (61,192,53). Sum of RGB (Red+Green+Blue) = 61+192+53=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC035 is #C23FCA. Grayscale: #898989. Windows color (decimal): -12730315 or 3522621. OLE color: 3522621.

HSL color Cylindrical-coordinate representation of color #3DC035: hue angle of 116.55º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DC035 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 192 53 -
CMYK 0.68 0 0.72 0.25
HSL 116.55º 0.57% 0.48% -
HSV(B) 116.55º 0.72% 0.75% -
XYZ 21.42 38.95 9.76 -
YUV 136.99 80.6 73.8 -
System Red Green Blue C M Y K H S L
Decimal 61 192 53 0.68 0 0.72 0.25 116.55 0.57 0.48
Hex 3D C0 35 44 0 48 19 75 39 30
Octal 75 300 65 104 0 110 31 165 71 60
Binary 111101 11000000 110101 1000100 0 1001000 11001 1110101 111001 110000

Color Harmonies of #3DC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC035

Black with #3DC035

Text Example


Text Example

White with #3DC035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,192,53); }

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

background-color css

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

 a { background-color: rgb(61,192,53); }

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

border-color css

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

 span { border-color: rgb(61,192,53); }

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