Html Css Color HEX #3BF249 Lime Green

📋 copy color: '#3BF249'

red 59 ◦ green 242 ◦ blue 73

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

Shades of Lime Green #3BF249

Tints of Lime Green #3BF249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.71%

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

R = 15.78%
G = 64.71%
B = 19.52%

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

#3BF249 (or 0x3BF249) is known color: Lime Green. HEX triplet: 3B, F2 and 49. RGB value is (59,242,73). Sum of RGB (Red+Green+Blue) = 59+242+73=374 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.78% from 374); Green value is 242 (94.92% from 255 or 64.71% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF249 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF249 is #C40DB6. Grayscale: #A8A8A8. Windows color (decimal): -12848567 or 4846139. OLE color: 4846139.

HSL color Cylindrical-coordinate representation of color #3BF249: hue angle of 124.59º 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 #3BF249 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 242 73 -
CMYK 0.76 0 0.70 0.05
HSL 124.59º 0.88% 0.59% -
HSV(B) 124.59º 0.76% 0.95% -
XYZ 34.76 64.92 17 -
YUV 168.02 74.37 50.24 -
System Red Green Blue C M Y K H S L
Decimal 59 242 73 0.76 0 0.70 0.05 124.59 0.88 0.59
Hex 3B F2 49 4C 0 46 5 7D 58 3B
Octal 73 362 111 114 0 106 5 175 130 73
Binary 111011 11110010 1001001 1001100 0 1000110 101 1111101 1011000 111011

Color Harmonies of #3BF249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF249

Black with #3BF249

Text Example


Text Example

White with #3BF249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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