#1fd238

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

Shades of Lime Green #1FD238

Tints of Lime Green #1FD238

Color information

#1FD238 (or 0x1FD238) is unknown color: approx Lime Green. HEX triplet: 1F, D2 and 38. RGB value is (31,210,56). Sum of RGB (Red+Green+Blue) = 31+210+56=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 210 (82.42% from 255 or 70.71% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD238 is #E02DC7. Grayscale: #8B8B8B. Windows color (decimal): -14691784 or 3723807. OLE color: 3723807.

HSL color Cylindrical-coordinate representation of color #1FD238: hue angle of 128.38º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD238 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB3121056-
CMYK0.8500.730.18
HSL128.38º74.27%47.25%-
HSV(B)128.38º85.24%82.35%-
XYZ24.3346.6711.47-
YUV138.9281.251.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 210 (82.42% from 255) = 70.71%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=10.44%
G=70.71%
B=18.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal31210560.8500.730.18128.3874.2747.25
Hex1FD2385504912804a2f
Octal373227012501112220011257
Binary111111101001011100010101010100100110010100000001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fd238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1fd238; }

 p { color: rgb(31,210,56); }

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

<style>
 a { background-color: #1fd238; }

 a { background-color: rgb(31,210,56); }

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

<style>
 span { border-color: #1fd238; }

 span { border-color: rgb(31,210,56); }

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