Html Css Color HEX #3BD035 Lime Green

📋 copy color: '#3BD035'

red 59 ◦ green 208 ◦ blue 53

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

Shades of Lime Green #3BD035

Tints of Lime Green #3BD035

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65%

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

R = 18.44%
G = 65%
B = 16.56%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#3BD035 (or 0x3BD035) is known color: Lime Green. HEX triplet: 3B, D0 and 35. RGB value is (59,208,53). Sum of RGB (Red+Green+Blue) = 59+208+53=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD035 is #C42FCA. Grayscale: #929292. Windows color (decimal): -12857291 or 3526715. OLE color: 3526715.

HSL color Cylindrical-coordinate representation of color #3BD035: hue angle of 117.68º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BD035 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 208 53 -
CMYK 0.72 0 0.75 0.18
HSL 117.68º 0.62% 0.51% -
HSV(B) 117.68º 0.75% 0.82% -
XYZ 25 46.3 10.99 -
YUV 145.78 75.64 66.1 -
System Red Green Blue C M Y K H S L
Decimal 59 208 53 0.72 0 0.75 0.18 117.68 0.62 0.51
Hex 3B D0 35 48 0 4B 12 76 3E 33
Octal 73 320 65 110 0 113 22 166 76 63
Binary 111011 11010000 110101 1001000 0 1001011 10010 1110110 111110 110011

Color Harmonies of #3BD035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD035

Black with #3BD035

Text Example


Text Example

White with #3BD035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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