Html Css Color HEX #1ACC30 Lime Green

📋 copy color: '#1ACC30'

red 26 ◦ green 204 ◦ blue 48

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

Shades of Lime Green #1ACC30

Tints of Lime Green #1ACC30

RGB

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

 GREEN value IS 204 (80.08% from 255) = 73.38%

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

R = 9.35%
G = 73.38%
B = 17.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#1ACC30 (or 0x1ACC30) is known color: Lime Green. HEX triplet: 1A, CC and 30. RGB value is (26,204,48). Sum of RGB (Red+Green+Blue) = 26+204+48=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 204 (80.08% from 255 or 73.38% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACC30 is #E533CF. Grayscale: #858585. Windows color (decimal): -15021008 or 3197978. OLE color: 3197978.

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

Color convert

RGB 26 204 48 -
CMYK 0.87 0 0.76 0.2
HSL 127.42º 0.77% 0.45% -
HSV(B) 127.42º 0.87% 0.8% -
XYZ 22.55 43.62 10.03 -
YUV 132.99 80.03 51.68 -
System Red Green Blue C M Y K H S L
Decimal 26 204 48 0.87 0 0.76 0.2 127.42 0.77 0.45
Hex 1A CC 30 57 0 4C 14 7F 4D 2D
Octal 32 314 60 127 0 114 24 177 115 55
Binary 11010 11001100 110000 1010111 0 1001100 10100 1111111 1001101 101101

Color Harmonies of #1ACC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACC30

Black with #1ACC30

Text Example


Text Example

White with #1ACC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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