Html Css Color HEX #1ACB30 Lime Green

📋 copy color: '#1ACB30'

red 26 ◦ green 203 ◦ blue 48

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

Shades of Lime Green #1ACB30

Tints of Lime Green #1ACB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.33%

R = 9.39%
G = 73.29%
B = 17.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#1ACB30 (or 0x1ACB30) is known color: Lime Green. HEX triplet: 1A, CB and 30. RGB value is (26,203,48). Sum of RGB (Red+Green+Blue) = 26+203+48=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 203 (79.69% from 255 or 73.29% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACB30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACB30 is #E534CF. Grayscale: #848484. Windows color (decimal): -15021264 or 3197722. OLE color: 3197722.

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

Color convert

RGB 26 203 48 -
CMYK 0.87 0 0.76 0.20
HSL 127.46º 0.77% 0.45% -
HSV(B) 127.46º 0.87% 0.8% -
XYZ 22.32 43.14 9.95 -
YUV 132.41 80.36 52.1 -
System Red Green Blue C M Y K H S L
Decimal 26 203 48 0.87 0 0.76 0.20 127.46 0.77 0.45
Hex 1A CB 30 57 0 4C 14 7F 4D 2D
Octal 32 313 60 127 0 114 24 177 115 55
Binary 11010 11001011 110000 1010111 0 1001100 10100 1111111 1001101 101101

Color Harmonies of #1ACB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACB30

Black with #1ACB30

Text Example


Text Example

White with #1ACB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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