Html Css Color HEX #1CC425 Lime Green

📋 copy color: '#1CC425'

red 28 ◦ green 196 ◦ blue 37

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

Shades of Lime Green #1CC425

Tints of Lime Green #1CC425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 75.1%

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

R = 10.73%
G = 75.1%
B = 14.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#1CC425 (or 0x1CC425) is known color: Lime Green. HEX triplet: 1C, C4 and 25. RGB value is (28,196,37). Sum of RGB (Red+Green+Blue) = 28+196+37=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 196 (76.95% from 255 or 75.10% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC425 is #E33BDA. Grayscale: #808080. Windows color (decimal): -14891995 or 2475036. OLE color: 2475036.

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

Color convert

RGB 28 196 37 -
CMYK 0.86 0 0.81 0.23
HSL 123.21º 0.75% 0.44% -
HSV(B) 123.21º 0.86% 0.77% -
XYZ 20.55 39.86 8.36 -
YUV 127.64 76.84 56.93 -
System Red Green Blue C M Y K H S L
Decimal 28 196 37 0.86 0 0.81 0.23 123.21 0.75 0.44
Hex 1C C4 25 56 0 51 17 7B 4B 2C
Octal 34 304 45 126 0 121 27 173 113 54
Binary 11100 11000100 100101 1010110 0 1010001 10111 1111011 1001011 101100

Color Harmonies of #1CC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC425

Black with #1CC425

Text Example


Text Example

White with #1CC425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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