Html Css Color HEX #3BDC35 Lime Green

📋 copy color: '#3BDC35'

red 59 ◦ green 220 ◦ blue 53

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

Shades of Lime Green #3BDC35

Tints of Lime Green #3BDC35

RGB

 RED value IS 59 (23.44% from 255) = 17.77%

 GREEN value IS 220 (86.33% from 255) = 66.27%

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

R = 17.77%
G = 66.27%
B = 15.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#3BDC35 (or 0x3BDC35) is known color: Lime Green. HEX triplet: 3B, DC and 35. RGB value is (59,220,53). Sum of RGB (Red+Green+Blue) = 59+220+53=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 220 (86.33% from 255 or 66.27% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDC35 is #C423CA. Grayscale: #999999. Windows color (decimal): -12854219 or 3529787. OLE color: 3529787.

HSL color Cylindrical-coordinate representation of color #3BDC35: hue angle of 117.84º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BDC35 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 220 53 -
CMYK 0.73 0 0.76 0.14
HSL 117.84º 0.7% 0.54% -
HSV(B) 117.84º 0.76% 0.86% -
XYZ 28.04 52.37 12 -
YUV 152.82 71.66 61.08 -
System Red Green Blue C M Y K H S L
Decimal 59 220 53 0.73 0 0.76 0.14 117.84 0.7 0.54
Hex 3B DC 35 49 0 4C E 76 46 36
Octal 73 334 65 111 0 114 16 166 106 66
Binary 111011 11011100 110101 1001001 0 1001100 1110 1110110 1000110 110110

Color Harmonies of #3BDC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDC35

Black with #3BDC35

Text Example


Text Example

White with #3BDC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,220,53); }

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

background-color css

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

 a { background-color: rgb(59,220,53); }

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

border-color css

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

 span { border-color: rgb(59,220,53); }

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