Html Css Color HEX #3BF250 Lime Green

📋 copy color: '#3BF250'

red 59 ◦ green 242 ◦ blue 80

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

Shades of Lime Green #3BF250

Tints of Lime Green #3BF250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21%

R = 15.49%
G = 63.52%
B = 21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#3BF250 (or 0x3BF250) is known color: Lime Green. HEX triplet: 3B, F2 and 50. RGB value is (59,242,80). Sum of RGB (Red+Green+Blue) = 59+242+80=381 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.49% from 381); Green value is 242 (94.92% from 255 or 63.52% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF250 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF250 is #C40DAF. Grayscale: #A9A9A9. Windows color (decimal): -12848560 or 5304891. OLE color: 5304891.

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

Color convert

RGB 59 242 80 -
CMYK 0.76 0 0.67 0.05
HSL 126.89º 0.88% 0.59% -
HSV(B) 126.89º 0.76% 0.95% -
XYZ 35 65.01 18.29 -
YUV 168.82 77.87 49.67 -
System Red Green Blue C M Y K H S L
Decimal 59 242 80 0.76 0 0.67 0.05 126.89 0.88 0.59
Hex 3B F2 50 4C 0 43 5 7F 58 3B
Octal 73 362 120 114 0 103 5 177 130 73
Binary 111011 11110010 1010000 1001100 0 1000011 101 1111111 1011000 111011

Color Harmonies of #3BF250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF250

Black with #3BF250

Text Example


Text Example

White with #3BF250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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