Html Css Color HEX #1ACF19 Lime Green

📋 copy color: '#1ACF19'

red 26 ◦ green 207 ◦ blue 25

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

Shades of Lime Green #1ACF19

Tints of Lime Green #1ACF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.69%

R = 10.08%
G = 80.23%
B = 9.69%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#1ACF19 (or 0x1ACF19) is known color: Lime Green. HEX triplet: 1A, CF and 19. RGB value is (26,207,25). Sum of RGB (Red+Green+Blue) = 26+207+25=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 207 (81.25% from 255 or 80.23% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACF19 is #E530E6. Grayscale: #848484. Windows color (decimal): -15020263 or 1691418. OLE color: 1691418.

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

Color convert

RGB 26 207 25 -
CMYK 0.87 0 0.88 0.19
HSL 119.67º 0.78% 0.45% -
HSV(B) 119.67º 0.88% 0.81% -
XYZ 22.91 44.92 8.38 -
YUV 132.13 67.53 52.3 -
System Red Green Blue C M Y K H S L
Decimal 26 207 25 0.87 0 0.88 0.19 119.67 0.78 0.45
Hex 1A CF 19 57 0 58 13 78 4E 2D
Octal 32 317 31 127 0 130 23 170 116 55
Binary 11010 11001111 11001 1010111 0 1011000 10011 1111000 1001110 101101

Color Harmonies of #1ACF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACF19

Black with #1ACF19

Text Example


Text Example

White with #1ACF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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