Html Css Color HEX #1CB325 Lime Green

📋 copy color: '#1CB325'

red 28 ◦ green 179 ◦ blue 37

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

Shades of Lime Green #1CB325

Tints of Lime Green #1CB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 73.36%

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

R = 11.48%
G = 73.36%
B = 15.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#1CB325 (or 0x1CB325) is known color: Lime Green. HEX triplet: 1C, B3 and 25. RGB value is (28,179,37). Sum of RGB (Red+Green+Blue) = 28+179+37=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 179 (70.31% from 255 or 73.36% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB325 is #E34CDA. Grayscale: #767676. Windows color (decimal): -14896347 or 2470684. OLE color: 2470684.

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

Color convert

RGB 28 179 37 -
CMYK 0.84 0 0.79 0.30
HSL 123.58º 0.73% 0.41% -
HSV(B) 123.58º 0.84% 0.7% -
XYZ 16.93 32.62 7.15 -
YUV 117.66 82.47 64.05 -
System Red Green Blue C M Y K H S L
Decimal 28 179 37 0.84 0 0.79 0.30 123.58 0.73 0.41
Hex 1C B3 25 54 0 4F 1E 7C 49 29
Octal 34 263 45 124 0 117 36 174 111 51
Binary 11100 10110011 100101 1010100 0 1001111 11110 1111100 1001001 101001

Color Harmonies of #1CB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB325

Black with #1CB325

Text Example


Text Example

White with #1CB325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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