Html Css Color HEX #1CC130 Lime Green

📋 copy color: '#1CC130'

red 28 ◦ green 193 ◦ blue 48

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

Shades of Lime Green #1CC130

Tints of Lime Green #1CC130

RGB

 RED value IS 28 (11.33% from 255) = 10.41%

 GREEN value IS 193 (75.78% from 255) = 71.75%

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

R = 10.41%
G = 71.75%
B = 17.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#1CC130 (or 0x1CC130) is known color: Lime Green. HEX triplet: 1C, C1 and 30. RGB value is (28,193,48). Sum of RGB (Red+Green+Blue) = 28+193+48=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 193 (75.78% from 255 or 71.75% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC130 is #E33ECF. Grayscale: #7F7F7F. Windows color (decimal): -14892752 or 3195164. OLE color: 3195164.

HSL color Cylindrical-coordinate representation of color #1CC130: hue angle of 127.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC130 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 28 193 48 -
CMYK 0.85 0 0.75 0.24
HSL 127.27º 0.75% 0.43% -
HSV(B) 127.27º 0.85% 0.76% -
XYZ 20.08 38.6 9.19 -
YUV 127.14 83.34 57.29 -
System Red Green Blue C M Y K H S L
Decimal 28 193 48 0.85 0 0.75 0.24 127.27 0.75 0.43
Hex 1C C1 30 55 0 4B 18 7F 4B 2B
Octal 34 301 60 125 0 113 30 177 113 53
Binary 11100 11000001 110000 1010101 0 1001011 11000 1111111 1001011 101011

Color Harmonies of #1CC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC130

Black with #1CC130

Text Example


Text Example

White with #1CC130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,193,48); }

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

background-color css

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

 a { background-color: rgb(28,193,48); }

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

border-color css

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

 span { border-color: rgb(28,193,48); }

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