#2cdf35

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

Shades of Lime Green #2CDF35

Tints of Lime Green #2CDF35

Color information

#2CDF35 (or 0x2CDF35) is unknown color: approx Lime Green. HEX triplet: 2C, DF and 35. RGB value is (44,223,53). Sum of RGB (Red+Green+Blue) = 44+223+53=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 223 (87.5% from 255 or 69.69% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDF35 is #D320CA. Grayscale: #969696. Windows color (decimal): -13836491 or 3530540. OLE color: 3530540.

HSL color Cylindrical-coordinate representation of color #2CDF35: hue angle of 123.02º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDF35 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB4422353-
CMYK0.8000.760.13
HSL123.02º73.66%52.35%-
HSV(B)123.02º80.27%87.45%-
XYZ28.0753.5712.23-
YUV150.173.252.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.75%
GREEN value IS 223 (87.5% from 255) = 69.69%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=13.75%
G=69.69%
B=16.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44223530.8000.760.13123.0273.6652.35
Hex2CDF355004CD7b4a34
Octal543376512001141517311264
Binary10110011011111110101101000001001100110111110111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cdf35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,223,53); }

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

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

 a { background-color: rgb(44,223,53); }

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

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

 span { border-color: rgb(44,223,53); }

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