Html Css Color HEX #1ACF26 Lime Green

📋 copy color: '#1ACF26'

red 26 ◦ green 207 ◦ blue 38

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

Shades of Lime Green #1ACF26

Tints of Lime Green #1ACF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.02%

R = 9.59%
G = 76.38%
B = 14.02%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#1ACF26 (or 0x1ACF26) is known color: Lime Green. HEX triplet: 1A, CF and 26. RGB value is (26,207,38). Sum of RGB (Red+Green+Blue) = 26+207+38=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 207 (81.25% from 255 or 76.38% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACF26 is #E530D9. Grayscale: #868686. Windows color (decimal): -15020250 or 2543386. OLE color: 2543386.

HSL color Cylindrical-coordinate representation of color #1ACF26: hue angle of 123.98º 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 #1ACF26 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 207 38 -
CMYK 0.87 0 0.82 0.19
HSL 123.98º 0.78% 0.46% -
HSV(B) 123.98º 0.87% 0.81% -
XYZ 23.09 44.99 9.3 -
YUV 133.62 74.03 51.24 -
System Red Green Blue C M Y K H S L
Decimal 26 207 38 0.87 0 0.82 0.19 123.98 0.78 0.46
Hex 1A CF 26 57 0 52 13 7C 4E 2E
Octal 32 317 46 127 0 122 23 174 116 56
Binary 11010 11001111 100110 1010111 0 1010010 10011 1111100 1001110 101110

Color Harmonies of #1ACF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACF26

Black with #1ACF26

Text Example


Text Example

White with #1ACF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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