Html Css Color HEX #3BDA35 Lime Green

📋 copy color: '#3BDA35'

red 59 ◦ green 218 ◦ blue 53

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

Shades of Lime Green #3BDA35

Tints of Lime Green #3BDA35

RGB

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

 GREEN value IS 218 (85.55% from 255) = 66.06%

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

R = 17.88%
G = 66.06%
B = 16.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#3BDA35 (or 0x3BDA35) is known color: Lime Green. HEX triplet: 3B, DA and 35. RGB value is (59,218,53). Sum of RGB (Red+Green+Blue) = 59+218+53=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 218 (85.55% from 255 or 66.06% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDA35 is #C425CA. Grayscale: #989898. Windows color (decimal): -12854731 or 3529275. OLE color: 3529275.

HSL color Cylindrical-coordinate representation of color #3BDA35: hue angle of 117.82º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BDA35 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 59 218 53 -
CMYK 0.73 0 0.76 0.15
HSL 117.82º 0.69% 0.53% -
HSV(B) 117.82º 0.76% 0.85% -
XYZ 27.52 51.33 11.83 -
YUV 151.65 72.32 61.92 -
System Red Green Blue C M Y K H S L
Decimal 59 218 53 0.73 0 0.76 0.15 117.82 0.69 0.53
Hex 3B DA 35 49 0 4C F 76 45 35
Octal 73 332 65 111 0 114 17 166 105 65
Binary 111011 11011010 110101 1001001 0 1001100 1111 1110110 1000101 110101

Color Harmonies of #3BDA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDA35

Black with #3BDA35

Text Example


Text Example

White with #3BDA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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