Html Css Color HEX #3BFE45 Lime Green

📋 copy color: '#3BFE45'

red 59 ◦ green 254 ◦ blue 69

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

Shades of Lime Green #3BFE45

Tints of Lime Green #3BFE45

RGB

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

 GREEN value IS 254 (99.61% from 255) = 66.49%

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

R = 15.45%
G = 66.49%
B = 18.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#3BFE45 (or 0x3BFE45) is known color: Lime Green. HEX triplet: 3B, FE and 45. RGB value is (59,254,69). Sum of RGB (Red+Green+Blue) = 59+254+69=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 254 (99.61% from 255 or 66.49% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFE45 is #C401BA. Grayscale: #AFAFAF. Windows color (decimal): -12845499 or 4587067. OLE color: 4587067.

HSL color Cylindrical-coordinate representation of color #3BFE45: hue angle of 123.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFE45 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.

Color convert

RGB 59 254 69 -
CMYK 0.77 0 0.73 0.00
HSL 123.08º 0.99% 0.61% -
HSV(B) 123.08º 0.77% 1% -
XYZ 38.32 72.24 17.55 -
YUV 174.61 68.4 45.54 -
System Red Green Blue C M Y K H S L
Decimal 59 254 69 0.77 0 0.73 0.00 123.08 0.99 0.61
Hex 3B FE 45 4D 0 49 0 7B 63 3D
Octal 73 376 105 115 0 111 0 173 143 75
Binary 111011 11111110 1000101 1001101 0 1001001 0 1111011 1100011 111101

Color Harmonies of #3BFE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFE45

Black with #3BFE45

Text Example


Text Example

White with #3BFE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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