Html Css Color HEX #3BFD45 Lime Green

📋 copy color: '#3BFD45'

red 59 ◦ green 253 ◦ blue 69

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

Shades of Lime Green #3BFD45

Tints of Lime Green #3BFD45

RGB

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

 GREEN value IS 253 (99.22% from 255) = 66.4%

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

R = 15.49%
G = 66.4%
B = 18.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#3BFD45 (or 0x3BFD45) is known color: Lime Green. HEX triplet: 3B, FD and 45. RGB value is (59,253,69). Sum of RGB (Red+Green+Blue) = 59+253+69=381 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.49% from 381); Green value is 253 (99.22% from 255 or 66.40% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFD45 is #C402BA. Grayscale: #AEAEAE. Windows color (decimal): -12845755 or 4586811. OLE color: 4586811.

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

Color convert

RGB 59 253 69 -
CMYK 0.77 0 0.73 0.01
HSL 123.09º 0.98% 0.61% -
HSV(B) 123.09º 0.77% 0.99% -
XYZ 38 71.61 17.45 -
YUV 174.02 68.73 45.96 -
System Red Green Blue C M Y K H S L
Decimal 59 253 69 0.77 0 0.73 0.01 123.09 0.98 0.61
Hex 3B FD 45 4D 0 49 1 7B 62 3D
Octal 73 375 105 115 0 111 1 173 142 75
Binary 111011 11111101 1000101 1001101 0 1001001 1 1111011 1100010 111101

Color Harmonies of #3BFD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFD45

Black with #3BFD45

Text Example


Text Example

White with #3BFD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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