Html Css Color HEX #1ACF15 Lime Green

📋 copy color: '#1ACF15'

red 26 ◦ green 207 ◦ blue 21

#1ACF15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #1ACF15

Tints of Lime Green #1ACF15

RGB

 RED value IS 26 (10.55% from 255) = 10.24%

 GREEN value IS 207 (81.25% from 255) = 81.5%

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 10.24%
G = 81.5%
B = 8.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#1ACF15 (or 0x1ACF15) is known color: Lime Green. HEX triplet: 1A, CF and 15. RGB value is (26,207,21). Sum of RGB (Red+Green+Blue) = 26+207+21=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 207 (81.25% from 255 or 81.50% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACF15 is #E530EA. Grayscale: #848484. Windows color (decimal): -15020267 or 1429274. OLE color: 1429274.

HSL color Cylindrical-coordinate representation of color #1ACF15: hue angle of 118.39º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ACF15 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 207 21 -
CMYK 0.87 0 0.90 0.19
HSL 118.39º 0.82% 0.45% -
HSV(B) 118.39º 0.9% 0.81% -
XYZ 22.87 44.9 8.17 -
YUV 131.68 65.53 52.62 -
System Red Green Blue C M Y K H S L
Decimal 26 207 21 0.87 0 0.90 0.19 118.39 0.82 0.45
Hex 1A CF 15 57 0 5A 13 76 52 2D
Octal 32 317 25 127 0 132 23 166 122 55
Binary 11010 11001111 10101 1010111 0 1011010 10011 1110110 1010010 101101

Color Harmonies of #1ACF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACF15

Black with #1ACF15

Text Example


Text Example

White with #1ACF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ACF15;
 }
 .AnyTagClassName
 {
   color: #1ACF15;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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