Html Css Color HEX #3BF349 Lime Green

📋 copy color: '#3BF349'

red 59 ◦ green 243 ◦ blue 73

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

Shades of Lime Green #3BF349

Tints of Lime Green #3BF349

RGB

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

 GREEN value IS 243 (95.31% from 255) = 64.8%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 15.73%
G = 64.8%
B = 19.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#3BF349 (or 0x3BF349) is known color: Lime Green. HEX triplet: 3B, F3 and 49. RGB value is (59,243,73). Sum of RGB (Red+Green+Blue) = 59+243+73=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF349 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF349 is #C40CB6. Grayscale: #A9A9A9. Windows color (decimal): -12848311 or 4846395. OLE color: 4846395.

HSL color Cylindrical-coordinate representation of color #3BF349: hue angle of 124.57º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF349 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 243 73 -
CMYK 0.76 0 0.70 0.05
HSL 124.57º 0.88% 0.59% -
HSV(B) 124.57º 0.76% 0.95% -
XYZ 35.06 65.51 17.1 -
YUV 168.6 74.04 49.82 -
System Red Green Blue C M Y K H S L
Decimal 59 243 73 0.76 0 0.70 0.05 124.57 0.88 0.59
Hex 3B F3 49 4C 0 46 5 7D 58 3B
Octal 73 363 111 114 0 106 5 175 130 73
Binary 111011 11110011 1001001 1001100 0 1000110 101 1111101 1011000 111011

Color Harmonies of #3BF349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF349

Black with #3BF349

Text Example


Text Example

White with #3BF349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,243,73); }

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

background-color css

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

 a { background-color: rgb(59,243,73); }

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

border-color css

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

 span { border-color: rgb(59,243,73); }

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