Html Css Color HEX #3BF745 Lime Green

📋 copy color: '#3BF745'

red 59 ◦ green 247 ◦ blue 69

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

Shades of Lime Green #3BF745

Tints of Lime Green #3BF745

RGB

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

 GREEN value IS 247 (96.88% from 255) = 65.87%

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

R = 15.73%
G = 65.87%
B = 18.4%

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

#3BF745 (or 0x3BF745) is known color: Lime Green. HEX triplet: 3B, F7 and 45. RGB value is (59,247,69). Sum of RGB (Red+Green+Blue) = 59+247+69=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 247 (96.88% from 255 or 65.87% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 247 - color contains mainly: green. Hex color #3BF745 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF745 is #C408BA. Grayscale: #ABABAB. Windows color (decimal): -12847291 or 4585275. OLE color: 4585275.

HSL color Cylindrical-coordinate representation of color #3BF745: hue angle of 123.19º degrees, saturation: 0.92, 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 #3BF745 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 59 247 69 -
CMYK 0.76 0 0.72 0.03
HSL 123.19º 0.92% 0.6% -
HSV(B) 123.19º 0.76% 0.97% -
XYZ 36.14 67.88 16.83 -
YUV 170.5 70.72 48.47 -
System Red Green Blue C M Y K H S L
Decimal 59 247 69 0.76 0 0.72 0.03 123.19 0.92 0.6
Hex 3B F7 45 4C 0 48 3 7B 5C 3C
Octal 73 367 105 114 0 110 3 173 134 74
Binary 111011 11110111 1000101 1001100 0 1001000 11 1111011 1011100 111100

Color Harmonies of #3BF745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF745

Black with #3BF745

Text Example


Text Example

White with #3BF745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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