#1ACF30

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

Shades of Lime Green #1ACF30

Tints of Lime Green #1ACF30

Color information

#1ACF30 (or 0x1ACF30) is unknown color: approx Lime Green. HEX triplet: 1A, CF and 30. RGB value is (26,207,48). Sum of RGB (Red+Green+Blue) = 26+207+48=281 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.25% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACF30 is #E530CF. Grayscale: #878787. Windows color (decimal): -15020240 or 3198746. OLE color: 3198746.

HSL color Cylindrical-coordinate representation of color #1ACF30: hue angle of 127.29º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACF30 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB2620748-
CMYK0.8700.770.19
HSL127.29º77.68%45.69%-
HSV(B)127.29º87.44%81.18%-
XYZ23.2745.0610.27-
YUV134.7679.0350.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.25%
GREEN value IS 207 (81.25% from 255) = 73.67%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=9.25%
G=73.67%
B=17.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal26207480.8700.770.19127.2977.6845.69
Hex1ACF305704D137f4e2e
Octal323176012701152317711656
Binary11010110011111100001010111010011011001111111111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ACF30; }

 p { color: rgb(26,207,48); }

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

<style>
 a { background-color: #1ACF30; }

 a { background-color: rgb(26,207,48); }

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

<style>
 span { border-color: #1ACF30; }

 span { border-color: rgb(26,207,48); }

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