Html Css Color HEX #1CB02B Lime Green

📋 copy color: '#1CB02B'

red 28 ◦ green 176 ◦ blue 43

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

Shades of Lime Green #1CB02B

Tints of Lime Green #1CB02B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 71.26%

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

R = 11.34%
G = 71.26%
B = 17.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#1CB02B (or 0x1CB02B) is known color: Lime Green. HEX triplet: 1C, B0 and 2B. RGB value is (28,176,43). Sum of RGB (Red+Green+Blue) = 28+176+43=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 176 (69.14% from 255 or 71.26% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB02B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CB02B is #E34FD4. Grayscale: #747474. Windows color (decimal): -14897109 or 2863132. OLE color: 2863132.

HSL color Cylindrical-coordinate representation of color #1CB02B: hue angle of 126.08º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB02B is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 176 43 -
CMYK 0.84 0 0.76 0.31
HSL 126.08º 0.73% 0.4% -
HSV(B) 126.08º 0.84% 0.69% -
XYZ 16.44 31.47 7.49 -
YUV 116.59 86.47 64.81 -
System Red Green Blue C M Y K H S L
Decimal 28 176 43 0.84 0 0.76 0.31 126.08 0.73 0.4
Hex 1C B0 2B 54 0 4C 1F 7E 49 28
Octal 34 260 53 124 0 114 37 176 111 50
Binary 11100 10110000 101011 1010100 0 1001100 11111 1111110 1001001 101000

Color Harmonies of #1CB02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB02B

Black with #1CB02B

Text Example


Text Example

White with #1CB02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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