#1CE430

Color #1CE430 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1CE430

Tints of Lime Green #1CE430

Color information

#1CE430 (or 0x1CE430) is unknown color: approx Lime Green. HEX triplet: 1C, E4 and 30. RGB value is (28,228,48). Sum of RGB (Red+Green+Blue) = 28+228+48=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 228 (89.45% from 255 or 75% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE430 is #E31BCF. Grayscale: #949494. Windows color (decimal): -14883792 or 3204124. OLE color: 3204124.

HSL color Cylindrical-coordinate representation of color #1CE430: hue angle of 126º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE430 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB2822848-
CMYK0.8800.790.11
HSL126º78.74%50.2%-
HSV(B)126º87.72%89.41%-
XYZ28.7655.9512.08-
YUV147.6871.7442.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.21%
GREEN value IS 228 (89.45% from 255) = 75%
BLUE value IS 48 (19.14% from 255) = 15.79%
R=9.21%
G=75%
B=15.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal28228480.8800.790.1112678.7450.2
Hex1CE4305804FB7e4f32
Octal343446013001171317611762
Binary1110011100100110000101100001001111101111111101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CE430;
 }
 .AnyTagClassName
 {
   color: #1CE430;
 }
</style>
background-color css

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

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

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

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

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

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