Html Css Color HEX #1CC30D Lime Green

📋 copy color: '#1CC30D'

red 28 ◦ green 195 ◦ blue 13

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

Shades of Lime Green #1CC30D

Tints of Lime Green #1CC30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 11.86%
G = 82.63%
B = 5.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#1CC30D (or 0x1CC30D) is known color: Lime Green. HEX triplet: 1C, C3 and 0D. RGB value is (28,195,13). Sum of RGB (Red+Green+Blue) = 28+195+13=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 195 (76.56% from 255 or 82.63% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC30D is #E33CF2. Grayscale: #7C7C7C. Windows color (decimal): -14892275 or 901916. OLE color: 901916.

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

Color convert

RGB 28 195 13 -
CMYK 0.86 0 0.93 0.24
HSL 115.05º 0.88% 0.41% -
HSV(B) 115.05º 0.93% 0.76% -
XYZ 20.07 39.31 6.91 -
YUV 124.32 65.17 59.3 -
System Red Green Blue C M Y K H S L
Decimal 28 195 13 0.86 0 0.93 0.24 115.05 0.88 0.41
Hex 1C C3 D 56 0 5D 18 73 58 29
Octal 34 303 15 126 0 135 30 163 130 51
Binary 11100 11000011 1101 1010110 0 1011101 11000 1110011 1011000 101001

Color Harmonies of #1CC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC30D

Black with #1CC30D

Text Example


Text Example

White with #1CC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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