Html Css Color HEX #3BF82B Lime Green

📋 copy color: '#3BF82B'

red 59 ◦ green 248 ◦ blue 43

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

Shades of Lime Green #3BF82B

Tints of Lime Green #3BF82B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 70.86%

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 16.86%
G = 70.86%
B = 12.29%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#3BF82B (or 0x3BF82B) is known color: Lime Green. HEX triplet: 3B, F8 and 2B. RGB value is (59,248,43). Sum of RGB (Red+Green+Blue) = 59+248+43=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 248 (97.27% from 255 or 70.86% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 248 - color contains mainly: green. Hex color #3BF82B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF82B is #C407D4. Grayscale: #A8A8A8. Windows color (decimal): -12847061 or 2881595. OLE color: 2881595.

HSL color Cylindrical-coordinate representation of color #3BF82B: hue angle of 115.32º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3BF82B is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 59 248 43 -
CMYK 0.76 0 0.83 0.03
HSL 115.32º 0.94% 0.57% -
HSV(B) 115.32º 0.83% 0.97% -
XYZ 35.81 68.24 13.57 -
YUV 168.12 57.38 50.17 -
System Red Green Blue C M Y K H S L
Decimal 59 248 43 0.76 0 0.83 0.03 115.32 0.94 0.57
Hex 3B F8 2B 4C 0 53 3 73 5E 39
Octal 73 370 53 114 0 123 3 163 136 71
Binary 111011 11111000 101011 1001100 0 1010011 11 1110011 1011110 111001

Color Harmonies of #3BF82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF82B

Black with #3BF82B

Text Example


Text Example

White with #3BF82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,248,43); }

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

background-color css

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

 a { background-color: rgb(59,248,43); }

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

border-color css

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

 span { border-color: rgb(59,248,43); }

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