#2ACA30

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

Shades of Lime Green #2ACA30

Tints of Lime Green #2ACA30

Color information

#2ACA30 (or 0x2ACA30) is unknown color: approx Lime Green. HEX triplet: 2A, CA and 30. RGB value is (42,202,48). Sum of RGB (Red+Green+Blue) = 42+202+48=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 202 (79.30% from 255 or 69.18% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACA30 is #D535CF. Grayscale: #898989. Windows color (decimal): -13972944 or 3197482. OLE color: 3197482.

HSL color Cylindrical-coordinate representation of color #2ACA30: hue angle of 122.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACA30 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB4220248-
CMYK0.7900.760.21
HSL122.25º65.57%47.84%-
HSV(B)122.25º79.21%79.22%-
XYZ22.6142.959.89-
YUV136.677.9960.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.38%
GREEN value IS 202 (79.30% from 255) = 69.18%
BLUE value IS 48 (19.14% from 255) = 16.44%
R=14.38%
G=69.18%
B=16.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42202480.7900.760.21122.2565.5747.84
Hex2ACA304F04C157a4230
Octal523126011701142517210260
Binary101010110010101100001001111010011001010111110101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,202,48); }

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

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

 a { background-color: rgb(42,202,48); }

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

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

 span { border-color: rgb(42,202,48); }

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