Html Css Color HEX #3BC330 Lime Green

📋 copy color: '#3BC330'

red 59 ◦ green 195 ◦ blue 48

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

Shades of Lime Green #3BC330

Tints of Lime Green #3BC330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.89%

R = 19.54%
G = 64.57%
B = 15.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#3BC330 (or 0x3BC330) is known color: Lime Green. HEX triplet: 3B, C3 and 30. RGB value is (59,195,48). Sum of RGB (Red+Green+Blue) = 59+195+48=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 195 (76.56% from 255 or 64.57% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC330 is #C43CCF. Grayscale: #8A8A8A. Windows color (decimal): -12860624 or 3195707. OLE color: 3195707.

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

Color convert

RGB 59 195 48 -
CMYK 0.70 0 0.75 0.24
HSL 115.51º 0.6% 0.48% -
HSV(B) 115.51º 0.75% 0.76% -
XYZ 21.85 40.17 9.4 -
YUV 137.58 77.44 71.95 -
System Red Green Blue C M Y K H S L
Decimal 59 195 48 0.70 0 0.75 0.24 115.51 0.6 0.48
Hex 3B C3 30 46 0 4B 18 74 3C 30
Octal 73 303 60 106 0 113 30 164 74 60
Binary 111011 11000011 110000 1000110 0 1001011 11000 1110100 111100 110000

Color Harmonies of #3BC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC330

Black with #3BC330

Text Example


Text Example

White with #3BC330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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