#2CEB30

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

Shades of Lime Green #2CEB30

Tints of Lime Green #2CEB30

Color information

#2CEB30 (or 0x2CEB30) is unknown color: approx Lime Green. HEX triplet: 2C, EB and 30. RGB value is (44,235,48). Sum of RGB (Red+Green+Blue) = 44+235+48=327 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.46% from 327); Green value is 235 (92.19% from 255 or 71.87% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEB30 is #D314CF. Grayscale: #9D9D9D. Windows color (decimal): -13833424 or 3205932. OLE color: 3205932.

HSL color Cylindrical-coordinate representation of color #2CEB30: hue angle of 121.26º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEB30 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB4423548-
CMYK0.8100.800.08
HSL121.26º82.68%54.71%-
HSV(B)121.26º81.28%92.16%-
XYZ31.2860.1712.76-
YUV156.5766.7247.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.46%
GREEN value IS 235 (92.19% from 255) = 71.87%
BLUE value IS 48 (19.14% from 255) = 14.68%
R=13.46%
G=71.87%
B=14.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal44235480.8100.800.08121.2682.6854.71
Hex2CEB30510508795337
Octal543536012101201017112367
Binary10110011101011110000101000101010000100011110011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CEB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,235,48); }

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

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

 a { background-color: rgb(44,235,48); }

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

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

 span { border-color: rgb(44,235,48); }

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