Html Css Color HEX #3DC733 Lime Green

📋 copy color: '#3DC733'

red 61 ◦ green 199 ◦ blue 51

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

Shades of Lime Green #3DC733

Tints of Lime Green #3DC733

RGB

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

 GREEN value IS 199 (78.13% from 255) = 63.99%

 BLUE value IS 51 (20.31% from 255) = 16.4%

R = 19.61%
G = 63.99%
B = 16.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#3DC733 (or 0x3DC733) is known color: Lime Green. HEX triplet: 3D, C7 and 33. RGB value is (61,199,51). Sum of RGB (Red+Green+Blue) = 61+199+51=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 199 (78.12% from 255 or 63.99% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 199 - color contains mainly: green. Hex color #3DC733 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC733 is #C238CC. Grayscale: #8D8D8D. Windows color (decimal): -12728525 or 3393341. OLE color: 3393341.

HSL color Cylindrical-coordinate representation of color #3DC733: hue angle of 115.95º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DC733 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 61 199 51 -
CMYK 0.69 0 0.74 0.22
HSL 115.95º 0.59% 0.49% -
HSV(B) 115.95º 0.74% 0.78% -
XYZ 22.95 42.08 10.04 -
YUV 140.87 77.28 71.03 -
System Red Green Blue C M Y K H S L
Decimal 61 199 51 0.69 0 0.74 0.22 115.95 0.59 0.49
Hex 3D C7 33 45 0 4A 16 74 3B 31
Octal 75 307 63 105 0 112 26 164 73 61
Binary 111101 11000111 110011 1000101 0 1001010 10110 1110100 111011 110001

Color Harmonies of #3DC733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC733

Black with #3DC733

Text Example


Text Example

White with #3DC733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,199,51); }

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

background-color css

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

 a { background-color: rgb(61,199,51); }

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

border-color css

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

 span { border-color: rgb(61,199,51); }

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