Html Css Color HEX #1ACB1F Lime Green

📋 copy color: '#1ACB1F'

red 26 ◦ green 203 ◦ blue 31

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

Shades of Lime Green #1ACB1F

Tints of Lime Green #1ACB1F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 78.08%

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 10%
G = 78.08%
B = 11.92%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#1ACB1F (or 0x1ACB1F) is known color: Lime Green. HEX triplet: 1A, CB and 1F. RGB value is (26,203,31). Sum of RGB (Red+Green+Blue) = 26+203+31=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 203 (79.69% from 255 or 78.08% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACB1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACB1F is #E534E0. Grayscale: #828282. Windows color (decimal): -15021281 or 2083610. OLE color: 2083610.

HSL color Cylindrical-coordinate representation of color #1ACB1F: hue angle of 121.69º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACB1F is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 26 203 31 -
CMYK 0.87 0 0.85 0.20
HSL 121.69º 0.77% 0.45% -
HSV(B) 121.69º 0.87% 0.8% -
XYZ 22.03 43.03 8.44 -
YUV 130.47 71.86 53.49 -
System Red Green Blue C M Y K H S L
Decimal 26 203 31 0.87 0 0.85 0.20 121.69 0.77 0.45
Hex 1A CB 1F 57 0 55 14 7A 4D 2D
Octal 32 313 37 127 0 125 24 172 115 55
Binary 11010 11001011 11111 1010111 0 1010101 10100 1111010 1001101 101101

Color Harmonies of #1ACB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACB1F

Black with #1ACB1F

Text Example


Text Example

White with #1ACB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,203,31); }

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

background-color css

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

 a { background-color: rgb(26,203,31); }

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

border-color css

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

 span { border-color: rgb(26,203,31); }

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