Html Css Color HEX #3DC845 Lime Green

📋 copy color: '#3DC845'

red 61 ◦ green 200 ◦ blue 69

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

Shades of Lime Green #3DC845

Tints of Lime Green #3DC845

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.61%

 BLUE value IS 69 (27.34% from 255) = 20.91%

R = 18.48%
G = 60.61%
B = 20.91%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#3DC845 (or 0x3DC845) is known color: Lime Green. HEX triplet: 3D, C8 and 45. RGB value is (61,200,69). Sum of RGB (Red+Green+Blue) = 61+200+69=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC845 is #C237BA. Grayscale: #8F8F8F. Windows color (decimal): -12728251 or 4573245. OLE color: 4573245.

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

Color convert

RGB 61 200 69 -
CMYK 0.69 0 0.66 0.22
HSL 123.45º 0.56% 0.51% -
HSV(B) 123.45º 0.7% 0.78% -
XYZ 23.65 42.73 12.63 -
YUV 143.51 85.95 69.15 -
System Red Green Blue C M Y K H S L
Decimal 61 200 69 0.69 0 0.66 0.22 123.45 0.56 0.51
Hex 3D C8 45 45 0 42 16 7B 38 33
Octal 75 310 105 105 0 102 26 173 70 63
Binary 111101 11001000 1000101 1000101 0 1000010 10110 1111011 111000 110011

Color Harmonies of #3DC845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC845

Black with #3DC845

Text Example


Text Example

White with #3DC845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,200,69); }

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

background-color css

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

 a { background-color: rgb(61,200,69); }

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

border-color css

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

 span { border-color: rgb(61,200,69); }

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