#2CFD38

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

Shades of Lime Green #2CFD38

Tints of Lime Green #2CFD38

Color information

#2CFD38 (or 0x2CFD38) is unknown color: approx Lime Green. HEX triplet: 2C, FD and 38. RGB value is (44,253,56). Sum of RGB (Red+Green+Blue) = 44+253+56=353 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.46% from 353); Green value is 253 (99.22% from 255 or 71.67% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 253 - color contains mainly: green. Hex color #2CFD38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFD38 is #D302C7. Grayscale: #A8A8A8. Windows color (decimal): -13828808 or 3734828. OLE color: 3734828.

HSL color Cylindrical-coordinate representation of color #2CFD38: hue angle of 123.44º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFD38 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB4425356-
CMYK0.8300.780.01
HSL123.44º98.12%58.24%-
HSV(B)123.44º82.61%99.22%-
XYZ36.8871.0715.52-
YUV168.0564.7639.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.46%
GREEN value IS 253 (99.22% from 255) = 71.67%
BLUE value IS 56 (22.27% from 255) = 15.86%
R=12.46%
G=71.67%
B=15.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal44253560.8300.780.01123.4498.1258.24
Hex2CFD385304E17b623a
Octal54375701230116117314272
Binary10110011111101111000101001101001110111110111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CFD38; }

 p { color: rgb(44,253,56); }

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

<style>
 a { background-color: #2CFD38; }

 a { background-color: rgb(44,253,56); }

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

<style>
 span { border-color: #2CFD38; }

 span { border-color: rgb(44,253,56); }

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