#2CCF1E

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

Shades of Lime Green #2CCF1E

Tints of Lime Green #2CCF1E

Color information

#2CCF1E (or 0x2CCF1E) is unknown color: approx Lime Green. HEX triplet: 2C, CF and 1E. RGB value is (44,207,30). Sum of RGB (Red+Green+Blue) = 44+207+30=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCF1E is #D330E1. Grayscale: #8A8A8A. Windows color (decimal): -13840610 or 2019116. OLE color: 2019116.

HSL color Cylindrical-coordinate representation of color #2CCF1E: hue angle of 115.25º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CCF1E is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB4420730-
CMYK0.7900.860.19
HSL115.25º74.68%46.47%-
HSV(B)115.25º85.51%81.18%-
XYZ23.5945.258.72-
YUV138.086760.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.66%
GREEN value IS 207 (81.25% from 255) = 73.67%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=15.66%
G=73.67%
B=10.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal44207300.7900.860.19115.2574.6846.47
Hex2CCF1E4F05613734b2e
Octal543173611701262316311356
Binary10110011001111111101001111010101101001111100111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,207,30); }

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

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

 a { background-color: rgb(44,207,30); }

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

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

 span { border-color: rgb(44,207,30); }

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