Html Css Color HEX #1CEC30 Lime Green

📋 copy color: '#1CEC30'

red 28 ◦ green 236 ◦ blue 48

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

Shades of Lime Green #1CEC30

Tints of Lime Green #1CEC30

RGB

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

 GREEN value IS 236 (92.58% from 255) = 75.64%

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

R = 8.97%
G = 75.64%
B = 15.38%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#1CEC30 (or 0x1CEC30) is known color: Lime Green. HEX triplet: 1C, EC and 30. RGB value is (28,236,48). Sum of RGB (Red+Green+Blue) = 28+236+48=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 236 (92.58% from 255 or 75.64% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 236 - color contains mainly: green. Hex color #1CEC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CEC30 is #E313CF. Grayscale: #989898. Windows color (decimal): -14881744 or 3206172. OLE color: 3206172.

HSL color Cylindrical-coordinate representation of color #1CEC30: hue angle of 125.77º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEC30 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 236 48 -
CMYK 0.88 0 0.80 0.07
HSL 125.77º 0.85% 0.52% -
HSV(B) 125.77º 0.88% 0.93% -
XYZ 31.01 60.45 12.83 -
YUV 152.38 69.09 39.29 -
System Red Green Blue C M Y K H S L
Decimal 28 236 48 0.88 0 0.80 0.07 125.77 0.85 0.52
Hex 1C EC 30 58 0 50 7 7E 55 34
Octal 34 354 60 130 0 120 7 176 125 64
Binary 11100 11101100 110000 1011000 0 1010000 111 1111110 1010101 110100

Color Harmonies of #1CEC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEC30

Black with #1CEC30

Text Example


Text Example

White with #1CEC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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