Html Css Color HEX #1CC30F Lime Green

📋 copy color: '#1CC30F'

red 28 ◦ green 195 ◦ blue 15

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

Shades of Lime Green #1CC30F

Tints of Lime Green #1CC30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.3%

R = 11.76%
G = 81.93%
B = 6.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#1CC30F (or 0x1CC30F) is known color: Lime Green. HEX triplet: 1C, C3 and 0F. RGB value is (28,195,15). Sum of RGB (Red+Green+Blue) = 28+195+15=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 195 (76.56% from 255 or 81.93% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC30F is #E33CF0. Grayscale: #7D7D7D. Windows color (decimal): -14892273 or 1032988. OLE color: 1032988.

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

Color convert

RGB 28 195 15 -
CMYK 0.86 0 0.92 0.24
HSL 115.67º 0.86% 0.41% -
HSV(B) 115.67º 0.92% 0.76% -
XYZ 20.08 39.31 6.98 -
YUV 124.55 66.17 59.14 -
System Red Green Blue C M Y K H S L
Decimal 28 195 15 0.86 0 0.92 0.24 115.67 0.86 0.41
Hex 1C C3 F 56 0 5C 18 74 56 29
Octal 34 303 17 126 0 134 30 164 126 51
Binary 11100 11000011 1111 1010110 0 1011100 11000 1110100 1010110 101001

Color Harmonies of #1CC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC30F

Black with #1CC30F

Text Example


Text Example

White with #1CC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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