Html Css Color HEX #3FF136 Lime Green

📋 copy color: '#3FF136'

red 63 ◦ green 241 ◦ blue 54

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

Shades of Lime Green #3FF136

Tints of Lime Green #3FF136

RGB

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

 GREEN value IS 241 (94.53% from 255) = 67.32%

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

R = 17.6%
G = 67.32%
B = 15.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#3FF136 (or 0x3FF136) is known color: Lime Green. HEX triplet: 3F, F1 and 36. RGB value is (63,241,54). Sum of RGB (Red+Green+Blue) = 63+241+54=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 241 (94.53% from 255 or 67.32% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF136 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF136 is #C00EC9. Grayscale: #A7A7A7. Windows color (decimal): -12586698 or 3600703. OLE color: 3600703.

HSL color Cylindrical-coordinate representation of color #3FF136: hue angle of 117.11º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FF136 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 241 54 -
CMYK 0.74 0 0.78 0.05
HSL 117.11º 0.87% 0.58% -
HSV(B) 117.11º 0.78% 0.95% -
XYZ 34.17 64.23 14.09 -
YUV 166.46 64.53 54.21 -
System Red Green Blue C M Y K H S L
Decimal 63 241 54 0.74 0 0.78 0.05 117.11 0.87 0.58
Hex 3F F1 36 4A 0 4E 5 75 57 3A
Octal 77 361 66 112 0 116 5 165 127 72
Binary 111111 11110001 110110 1001010 0 1001110 101 1110101 1010111 111010

Color Harmonies of #3FF136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF136

Black with #3FF136

Text Example


Text Example

White with #3FF136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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