Html Css Color HEX #3DB73C Lime Green

📋 copy color: '#3DB73C'

red 61 ◦ green 183 ◦ blue 60

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

Shades of Lime Green #3DB73C

Tints of Lime Green #3DB73C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.2%

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 20.07%
G = 60.2%
B = 19.74%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#3DB73C (or 0x3DB73C) is known color: Lime Green. HEX triplet: 3D, B7 and 3C. RGB value is (61,183,60). Sum of RGB (Red+Green+Blue) = 61+183+60=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 183 (71.88% from 255 or 60.20% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB73C is #C248C3. Grayscale: #848484. Windows color (decimal): -12732612 or 3979069. OLE color: 3979069.

HSL color Cylindrical-coordinate representation of color #3DB73C: hue angle of 119.51º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB73C is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 61 183 60 -
CMYK 0.67 0 0.67 0.28
HSL 119.51º 0.51% 0.48% -
HSV(B) 119.51º 0.67% 0.72% -
XYZ 19.67 35.19 10.03 -
YUV 132.5 87.08 77 -
System Red Green Blue C M Y K H S L
Decimal 61 183 60 0.67 0 0.67 0.28 119.51 0.51 0.48
Hex 3D B7 3C 43 0 43 1C 78 33 30
Octal 75 267 74 103 0 103 34 170 63 60
Binary 111101 10110111 111100 1000011 0 1000011 11100 1111000 110011 110000

Color Harmonies of #3DB73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB73C

Black with #3DB73C

Text Example


Text Example

White with #3DB73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,183,60); }

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

background-color css

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

 a { background-color: rgb(61,183,60); }

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

border-color css

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

 span { border-color: rgb(61,183,60); }

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