#4FF135

Color #4FF135 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4FF135

Tints of Lime Green #4FF135

Color information

#4FF135 (or 0x4FF135) is unknown color: approx Lime Green. HEX triplet: 4F, F1 and 35. RGB value is (79,241,53). Sum of RGB (Red+Green+Blue) = 79+241+53=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF135 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF135 is #B00ECA. Grayscale: #ABABAB. Windows color (decimal): -11538123 or 3535183. OLE color: 3535183.

HSL color Cylindrical-coordinate representation of color #4FF135: hue angle of 111.7º 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 #4FF135 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB7924153-
CMYK0.6700.780.05
HSL111.7º87.04%57.65%-
HSV(B)111.7º78.01%94.51%-
XYZ35.3264.8314.02-
YUV171.1361.3362.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.18%
GREEN value IS 241 (94.53% from 255) = 64.61%
BLUE value IS 53 (21.09% from 255) = 14.21%
R=21.18%
G=64.61%
B=14.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal79241530.6700.780.05111.787.0457.65
Hex4FF1354304E570573a
Octal117361651030116516012772
Binary10011111111000111010110000110100111010111100001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FF135; }

 p { color: rgb(79,241,53); }

 H1.HeaderClassName
 {
   color: #4FF135;
 }
 .AnyTagClassName
 {
   color: #4FF135;
 }
</style>
background-color css

<style>
 a { background-color: #4FF135; }

 a { background-color: rgb(79,241,53); }

 div.DivClassName
 {
   background-color: #4FF135;
 }
 .BgClassName
 {
   background-color: #4FF135;
 }
</style>
border-color css

<style>
 span { border-color: #4FF135; }

 span { border-color: rgb(79,241,53); }

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