Html Css Color HEX #3BF845 Lime Green

📋 copy color: '#3BF845'

red 59 ◦ green 248 ◦ blue 69

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

Shades of Lime Green #3BF845

Tints of Lime Green #3BF845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.35%

R = 15.69%
G = 65.96%
B = 18.35%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#3BF845 (or 0x3BF845) is known color: Lime Green. HEX triplet: 3B, F8 and 45. RGB value is (59,248,69). Sum of RGB (Red+Green+Blue) = 59+248+69=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 248 (97.27% from 255 or 65.96% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 248 - color contains mainly: green. Hex color #3BF845 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF845 is #C407BA. Grayscale: #ABABAB. Windows color (decimal): -12847035 or 4585531. OLE color: 4585531.

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

Color convert

RGB 59 248 69 -
CMYK 0.76 0 0.72 0.03
HSL 123.17º 0.93% 0.6% -
HSV(B) 123.17º 0.76% 0.97% -
XYZ 36.45 68.49 16.93 -
YUV 171.08 70.38 48.05 -
System Red Green Blue C M Y K H S L
Decimal 59 248 69 0.76 0 0.72 0.03 123.17 0.93 0.6
Hex 3B F8 45 4C 0 48 3 7B 5D 3C
Octal 73 370 105 114 0 110 3 173 135 74
Binary 111011 11111000 1000101 1001100 0 1001000 11 1111011 1011101 111100

Color Harmonies of #3BF845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF845

Black with #3BF845

Text Example


Text Example

White with #3BF845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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