Html Css Color HEX #1CB52B Lime Green

📋 copy color: '#1CB52B'

red 28 ◦ green 181 ◦ blue 43

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

Shades of Lime Green #1CB52B

Tints of Lime Green #1CB52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 11.11%
G = 71.83%
B = 17.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#1CB52B (or 0x1CB52B) is known color: Lime Green. HEX triplet: 1C, B5 and 2B. RGB value is (28,181,43). Sum of RGB (Red+Green+Blue) = 28+181+43=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 181 (71.09% from 255 or 71.83% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB52B is #E34AD4. Grayscale: #777777. Windows color (decimal): -14895829 or 2864412. OLE color: 2864412.

HSL color Cylindrical-coordinate representation of color #1CB52B: hue angle of 125.88º 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 #1CB52B is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 181 43 -
CMYK 0.85 0 0.76 0.29
HSL 125.88º 0.73% 0.41% -
HSV(B) 125.88º 0.85% 0.71% -
XYZ 17.44 33.47 7.83 -
YUV 119.52 84.81 62.72 -
System Red Green Blue C M Y K H S L
Decimal 28 181 43 0.85 0 0.76 0.29 125.88 0.73 0.41
Hex 1C B5 2B 55 0 4C 1D 7E 49 29
Octal 34 265 53 125 0 114 35 176 111 51
Binary 11100 10110101 101011 1010101 0 1001100 11101 1111110 1001001 101001

Color Harmonies of #1CB52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB52B

Black with #1CB52B

Text Example


Text Example

White with #1CB52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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