Html Css Color HEX #1BC32B Lime Green

📋 copy color: '#1BC32B'

red 27 ◦ green 195 ◦ blue 43

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

Shades of Lime Green #1BC32B

Tints of Lime Green #1BC32B

RGB

 RED value IS 27 (10.94% from 255) = 10.19%

 GREEN value IS 195 (76.56% from 255) = 73.58%

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

R = 10.19%
G = 73.58%
B = 16.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#1BC32B (or 0x1BC32B) is known color: Lime Green. HEX triplet: 1B, C3 and 2B. RGB value is (27,195,43). Sum of RGB (Red+Green+Blue) = 27+195+43=265 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.19% from 265); Green value is 195 (76.56% from 255 or 73.58% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC32B is #E43CD4. Grayscale: #7F7F7F. Windows color (decimal): -14957781 or 2867995. OLE color: 2867995.

HSL color Cylindrical-coordinate representation of color #1BC32B: hue angle of 125.71º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC32B is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 27 195 43 -
CMYK 0.86 0 0.78 0.24
HSL 125.71º 0.76% 0.44% -
HSV(B) 125.71º 0.86% 0.76% -
XYZ 20.4 39.44 8.82 -
YUV 127.44 80.34 56.36 -
System Red Green Blue C M Y K H S L
Decimal 27 195 43 0.86 0 0.78 0.24 125.71 0.76 0.44
Hex 1B C3 2B 56 0 4E 18 7E 4C 2C
Octal 33 303 53 126 0 116 30 176 114 54
Binary 11011 11000011 101011 1010110 0 1001110 11000 1111110 1001100 101100

Color Harmonies of #1BC32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC32B

Black with #1BC32B

Text Example


Text Example

White with #1BC32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,195,43); }

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

background-color css

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

 a { background-color: rgb(27,195,43); }

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

border-color css

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

 span { border-color: rgb(27,195,43); }

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