Html Css Color HEX #1CC30A Lime Green

📋 copy color: '#1CC30A'

red 28 ◦ green 195 ◦ blue 10

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

Shades of Lime Green #1CC30A

Tints of Lime Green #1CC30A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 83.69%

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 12.02%
G = 83.69%
B = 4.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#1CC30A (or 0x1CC30A) is known color: Lime Green. HEX triplet: 1C, C3 and 0A. RGB value is (28,195,10). Sum of RGB (Red+Green+Blue) = 28+195+10=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 195 (76.56% from 255 or 83.69% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC30A is #E33CF5. Grayscale: #7C7C7C. Windows color (decimal): -14892278 or 705308. OLE color: 705308.

HSL color Cylindrical-coordinate representation of color #1CC30A: hue angle of 114.16º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1CC30A is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 28 195 10 -
CMYK 0.86 0 0.95 0.24
HSL 114.16º 0.9% 0.4% -
HSV(B) 114.16º 0.95% 0.76% -
XYZ 20.05 39.3 6.82 -
YUV 123.98 63.67 59.54 -
System Red Green Blue C M Y K H S L
Decimal 28 195 10 0.86 0 0.95 0.24 114.16 0.9 0.4
Hex 1C C3 A 56 0 5F 18 72 5A 28
Octal 34 303 12 126 0 137 30 162 132 50
Binary 11100 11000011 1010 1010110 0 1011111 11000 1110010 1011010 101000

Color Harmonies of #1CC30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC30A

Black with #1CC30A

Text Example


Text Example

White with #1CC30A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,195,10); }

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

background-color css

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

 a { background-color: rgb(28,195,10); }

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

border-color css

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

 span { border-color: rgb(28,195,10); }

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