Html Css Color HEX #1ACF2F Lime Green

📋 copy color: '#1ACF2F'

red 26 ◦ green 207 ◦ blue 47

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

Shades of Lime Green #1ACF2F

Tints of Lime Green #1ACF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 9.29%
G = 73.93%
B = 16.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#1ACF2F (or 0x1ACF2F) is known color: Lime Green. HEX triplet: 1A, CF and 2F. RGB value is (26,207,47). Sum of RGB (Red+Green+Blue) = 26+207+47=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACF2F is #E530D0. Grayscale: #878787. Windows color (decimal): -15020241 or 3133210. OLE color: 3133210.

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

Color convert

RGB 26 207 47 -
CMYK 0.87 0 0.77 0.19
HSL 126.96º 0.78% 0.46% -
HSV(B) 126.96º 0.87% 0.81% -
XYZ 23.25 45.05 10.16 -
YUV 134.64 78.53 50.51 -
System Red Green Blue C M Y K H S L
Decimal 26 207 47 0.87 0 0.77 0.19 126.96 0.78 0.46
Hex 1A CF 2F 57 0 4D 13 7F 4E 2E
Octal 32 317 57 127 0 115 23 177 116 56
Binary 11010 11001111 101111 1010111 0 1001101 10011 1111111 1001110 101110

Color Harmonies of #1ACF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACF2F

Black with #1ACF2F

Text Example


Text Example

White with #1ACF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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