Html Css Color HEX #1ACF3A Lime Green

📋 copy color: '#1ACF3A'

red 26 ◦ green 207 ◦ blue 58

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

Shades of Lime Green #1ACF3A

Tints of Lime Green #1ACF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.93%

R = 8.93%
G = 71.13%
B = 19.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#1ACF3A (or 0x1ACF3A) is known color: Lime Green. HEX triplet: 1A, CF and 3A. RGB value is (26,207,58). Sum of RGB (Red+Green+Blue) = 26+207+58=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 207 (81.25% from 255 or 71.13% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACF3A is #E530C5. Grayscale: #888888. Windows color (decimal): -15020230 or 3854106. OLE color: 3854106.

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

Color convert

RGB 26 207 58 -
CMYK 0.87 0 0.72 0.19
HSL 130.61º 0.78% 0.46% -
HSV(B) 130.61º 0.87% 0.81% -
XYZ 23.5 45.15 11.48 -
YUV 135.9 84.03 49.62 -
System Red Green Blue C M Y K H S L
Decimal 26 207 58 0.87 0 0.72 0.19 130.61 0.78 0.46
Hex 1A CF 3A 57 0 48 13 83 4E 2E
Octal 32 317 72 127 0 110 23 203 116 56
Binary 11010 11001111 111010 1010111 0 1001000 10011 10000011 1001110 101110

Color Harmonies of #1ACF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACF3A

Black with #1ACF3A

Text Example


Text Example

White with #1ACF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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