Html Css Color HEX #3FFF36 Lime Green

📋 copy color: '#3FFF36'

red 63 ◦ green 255 ◦ blue 54

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

Shades of Lime Green #3FFF36

Tints of Lime Green #3FFF36

RGB

 RED value IS 63 (25% from 255) = 16.94%

 GREEN value IS 255 (100% from 255) = 68.55%

 BLUE value IS 54 (21.48% from 255) = 14.52%

R = 16.94%
G = 68.55%
B = 14.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#3FFF36 (or 0x3FFF36) is known color: Lime Green. HEX triplet: 3F, FF and 36. RGB value is (63,255,54). Sum of RGB (Red+Green+Blue) = 63+255+54=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 255 (100% from 255 or 68.55% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFF36 is #C000C9. Grayscale: #AFAFAF. Windows color (decimal): -12583114 or 3604287. OLE color: 3604287.

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

Color convert

RGB 63 255 54 -
CMYK 0.75 0 0.79 0
HSL 117.31º 1% 0.61% -
HSV(B) 117.31º 0.79% 1% -
XYZ 38.48 72.84 15.52 -
YUV 174.68 59.89 48.34 -
System Red Green Blue C M Y K H S L
Decimal 63 255 54 0.75 0 0.79 0 117.31 1 0.61
Hex 3F FF 36 4B 0 4F 0 75 64 3D
Octal 77 377 66 113 0 117 0 165 144 75
Binary 111111 11111111 110110 1001011 0 1001111 0 1110101 1100100 111101

Color Harmonies of #3FFF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFF36

Black with #3FFF36

Text Example


Text Example

White with #3FFF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,255,54); }

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

background-color css

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

 a { background-color: rgb(63,255,54); }

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

border-color css

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

 span { border-color: rgb(63,255,54); }

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