Html Css Color HEX #1CC330 Lime Green

📋 copy color: '#1CC330'

red 28 ◦ green 195 ◦ blue 48

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

Shades of Lime Green #1CC330

Tints of Lime Green #1CC330

RGB

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

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

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

R = 10.33%
G = 71.96%
B = 17.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#1CC330 (or 0x1CC330) is known color: Lime Green. HEX triplet: 1C, C3 and 30. RGB value is (28,195,48). Sum of RGB (Red+Green+Blue) = 28+195+48=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 195 (76.56% from 255 or 71.96% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC330 is #E33CCF. Grayscale: #808080. Windows color (decimal): -14892240 or 3195676. OLE color: 3195676.

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

Color convert

RGB 28 195 48 -
CMYK 0.86 0 0.75 0.24
HSL 127.19º 0.75% 0.44% -
HSV(B) 127.19º 0.86% 0.76% -
XYZ 20.53 39.49 9.34 -
YUV 128.31 82.67 56.45 -
System Red Green Blue C M Y K H S L
Decimal 28 195 48 0.86 0 0.75 0.24 127.19 0.75 0.44
Hex 1C C3 30 56 0 4B 18 7F 4B 2C
Octal 34 303 60 126 0 113 30 177 113 54
Binary 11100 11000011 110000 1010110 0 1001011 11000 1111111 1001011 101100

Color Harmonies of #1CC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC330

Black with #1CC330

Text Example


Text Example

White with #1CC330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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