Html Css Color HEX #1ACF10 Lime Green

📋 copy color: '#1ACF10'

red 26 ◦ green 207 ◦ blue 16

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

Shades of Lime Green #1ACF10

Tints of Lime Green #1ACF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 10.44%
G = 83.13%
B = 6.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#1ACF10 (or 0x1ACF10) is known color: Lime Green. HEX triplet: 1A, CF and 10. RGB value is (26,207,16). Sum of RGB (Red+Green+Blue) = 26+207+16=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 207 (81.25% from 255 or 83.13% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACF10 is #E530EF. Grayscale: #838383. Windows color (decimal): -15020272 or 1101594. OLE color: 1101594.

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

Color convert

RGB 26 207 16 -
CMYK 0.87 0 0.92 0.19
HSL 116.86º 0.86% 0.44% -
HSV(B) 116.86º 0.92% 0.81% -
XYZ 22.83 44.88 7.95 -
YUV 131.11 63.03 53.03 -
System Red Green Blue C M Y K H S L
Decimal 26 207 16 0.87 0 0.92 0.19 116.86 0.86 0.44
Hex 1A CF 10 57 0 5C 13 75 56 2C
Octal 32 317 20 127 0 134 23 165 126 54
Binary 11010 11001111 10000 1010111 0 1011100 10011 1110101 1010110 101100

Color Harmonies of #1ACF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACF10

Black with #1ACF10

Text Example


Text Example

White with #1ACF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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