Html Css Color HEX #1CC30C Lime Green

📋 copy color: '#1CC30C'

red 28 ◦ green 195 ◦ blue 12

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

Shades of Lime Green #1CC30C

Tints of Lime Green #1CC30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 11.91%
G = 82.98%
B = 5.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#1CC30C (or 0x1CC30C) is known color: Lime Green. HEX triplet: 1C, C3 and 0C. RGB value is (28,195,12). Sum of RGB (Red+Green+Blue) = 28+195+12=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 195 (76.56% from 255 or 82.98% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC30C is #E33CF3. Grayscale: #7C7C7C. Windows color (decimal): -14892276 or 836380. OLE color: 836380.

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

Color convert

RGB 28 195 12 -
CMYK 0.86 0 0.94 0.24
HSL 114.75º 0.88% 0.41% -
HSV(B) 114.75º 0.94% 0.76% -
XYZ 20.06 39.3 6.88 -
YUV 124.21 64.67 59.38 -
System Red Green Blue C M Y K H S L
Decimal 28 195 12 0.86 0 0.94 0.24 114.75 0.88 0.41
Hex 1C C3 C 56 0 5E 18 73 58 29
Octal 34 303 14 126 0 136 30 163 130 51
Binary 11100 11000011 1100 1010110 0 1011110 11000 1110011 1011000 101001

Color Harmonies of #1CC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC30C

Black with #1CC30C

Text Example


Text Example

White with #1CC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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