Html Css Color HEX #3BC335 Lime Green

📋 copy color: '#3BC335'

red 59 ◦ green 195 ◦ blue 53

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

Shades of Lime Green #3BC335

Tints of Lime Green #3BC335

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.52%

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

R = 19.22%
G = 63.52%
B = 17.26%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#3BC335 (or 0x3BC335) is known color: Lime Green. HEX triplet: 3B, C3 and 35. RGB value is (59,195,53). Sum of RGB (Red+Green+Blue) = 59+195+53=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 195 (76.56% from 255 or 63.52% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC335 is #C43CCA. Grayscale: #8A8A8A. Windows color (decimal): -12860619 or 3523387. OLE color: 3523387.

HSL color Cylindrical-coordinate representation of color #3BC335: hue angle of 117.46º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BC335 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 195 53 -
CMYK 0.70 0 0.73 0.24
HSL 117.46º 0.57% 0.49% -
HSV(B) 117.46º 0.73% 0.76% -
XYZ 21.96 40.22 9.97 -
YUV 138.15 79.94 71.55 -
System Red Green Blue C M Y K H S L
Decimal 59 195 53 0.70 0 0.73 0.24 117.46 0.57 0.49
Hex 3B C3 35 46 0 49 18 75 39 31
Octal 73 303 65 106 0 111 30 165 71 61
Binary 111011 11000011 110101 1000110 0 1001001 11000 1110101 111001 110001

Color Harmonies of #3BC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC335

Black with #3BC335

Text Example


Text Example

White with #3BC335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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