Html Css Color HEX #1CB526 Lime Green

📋 copy color: '#1CB526'

red 28 ◦ green 181 ◦ blue 38

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

Shades of Lime Green #1CB526

Tints of Lime Green #1CB526

RGB

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

 GREEN value IS 181 (71.09% from 255) = 73.28%

 BLUE value IS 38 (15.23% from 255) = 15.38%

R = 11.34%
G = 73.28%
B = 15.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#1CB526 (or 0x1CB526) is known color: Lime Green. HEX triplet: 1C, B5 and 26. RGB value is (28,181,38). Sum of RGB (Red+Green+Blue) = 28+181+38=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 181 (71.09% from 255 or 73.28% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB526 is #E34AD9. Grayscale: #777777. Windows color (decimal): -14895834 or 2536732. OLE color: 2536732.

HSL color Cylindrical-coordinate representation of color #1CB526: hue angle of 123.92º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB526 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 181 38 -
CMYK 0.85 0 0.79 0.29
HSL 123.92º 0.73% 0.41% -
HSV(B) 123.92º 0.85% 0.71% -
XYZ 17.35 33.43 7.37 -
YUV 118.95 82.31 63.13 -
System Red Green Blue C M Y K H S L
Decimal 28 181 38 0.85 0 0.79 0.29 123.92 0.73 0.41
Hex 1C B5 26 55 0 4F 1D 7C 49 29
Octal 34 265 46 125 0 117 35 174 111 51
Binary 11100 10110101 100110 1010101 0 1001111 11101 1111100 1001001 101001

Color Harmonies of #1CB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB526

Black with #1CB526

Text Example


Text Example

White with #1CB526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,181,38); }

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

background-color css

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

 a { background-color: rgb(28,181,38); }

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

border-color css

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

 span { border-color: rgb(28,181,38); }

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