Html Css Color HEX #1CE025 Lime Green

📋 copy color: '#1CE025'

red 28 ◦ green 224 ◦ blue 37

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

Shades of Lime Green #1CE025

Tints of Lime Green #1CE025

RGB

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

 GREEN value IS 224 (87.89% from 255) = 77.51%

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 9.69%
G = 77.51%
B = 12.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#1CE025 (or 0x1CE025) is known color: Lime Green. HEX triplet: 1C, E0 and 25. RGB value is (28,224,37). Sum of RGB (Red+Green+Blue) = 28+224+37=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 224 (87.89% from 255 or 77.51% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE025 is #E31FDA. Grayscale: #909090. Windows color (decimal): -14884827 or 2482204. OLE color: 2482204.

HSL color Cylindrical-coordinate representation of color #1CE025: hue angle of 122.76º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE025 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 28 224 37 -
CMYK 0.88 0 0.83 0.12
HSL 122.76º 0.78% 0.49% -
HSV(B) 122.76º 0.88% 0.88% -
XYZ 27.47 53.69 10.67 -
YUV 144.08 67.57 45.21 -
System Red Green Blue C M Y K H S L
Decimal 28 224 37 0.88 0 0.83 0.12 122.76 0.78 0.49
Hex 1C E0 25 58 0 53 C 7B 4E 31
Octal 34 340 45 130 0 123 14 173 116 61
Binary 11100 11100000 100101 1011000 0 1010011 1100 1111011 1001110 110001

Color Harmonies of #1CE025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE025

Black with #1CE025

Text Example


Text Example

White with #1CE025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,224,37); }

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

background-color css

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

 a { background-color: rgb(28,224,37); }

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

border-color css

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

 span { border-color: rgb(28,224,37); }

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