Html Css Color HEX #3BC03F Lime Green

📋 copy color: '#3BC03F'

red 59 ◦ green 192 ◦ blue 63

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

Shades of Lime Green #3BC03F

Tints of Lime Green #3BC03F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.15%

 BLUE value IS 63 (25% from 255) = 20.06%

R = 18.79%
G = 61.15%
B = 20.06%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#3BC03F (or 0x3BC03F) is known color: Lime Green. HEX triplet: 3B, C0 and 3F. RGB value is (59,192,63). Sum of RGB (Red+Green+Blue) = 59+192+63=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC03F is #C43FC0. Grayscale: #898989. Windows color (decimal): -12861377 or 4177979. OLE color: 4177979.

HSL color Cylindrical-coordinate representation of color #3BC03F: hue angle of 121.8º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC03F is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 192 63 -
CMYK 0.69 0 0.67 0.25
HSL 121.8º 0.53% 0.49% -
HSV(B) 121.8º 0.69% 0.75% -
XYZ 21.55 38.99 11.09 -
YUV 137.53 85.94 71.99 -
System Red Green Blue C M Y K H S L
Decimal 59 192 63 0.69 0 0.67 0.25 121.8 0.53 0.49
Hex 3B C0 3F 45 0 43 19 7A 35 31
Octal 73 300 77 105 0 103 31 172 65 61
Binary 111011 11000000 111111 1000101 0 1000011 11001 1111010 110101 110001

Color Harmonies of #3BC03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC03F

Black with #3BC03F

Text Example


Text Example

White with #3BC03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,192,63); }

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

background-color css

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

 a { background-color: rgb(59,192,63); }

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

border-color css

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

 span { border-color: rgb(59,192,63); }

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