Html Css Color HEX #1BC320 Lime Green

📋 copy color: '#1BC320'

red 27 ◦ green 195 ◦ blue 32

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

Shades of Lime Green #1BC320

Tints of Lime Green #1BC320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 10.63%
G = 76.77%
B = 12.6%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#1BC320 (or 0x1BC320) is known color: Lime Green. HEX triplet: 1B, C3 and 20. RGB value is (27,195,32). Sum of RGB (Red+Green+Blue) = 27+195+32=254 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.63% from 254); Green value is 195 (76.56% from 255 or 76.77% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC320 is #E43CDF. Grayscale: #7E7E7E. Windows color (decimal): -14957792 or 2147099. OLE color: 2147099.

HSL color Cylindrical-coordinate representation of color #1BC320: hue angle of 121.79º 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 #1BC320 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 27 195 32 -
CMYK 0.86 0 0.84 0.24
HSL 121.79º 0.76% 0.44% -
HSV(B) 121.79º 0.86% 0.76% -
XYZ 20.23 39.37 7.9 -
YUV 126.19 74.84 57.25 -
System Red Green Blue C M Y K H S L
Decimal 27 195 32 0.86 0 0.84 0.24 121.79 0.76 0.44
Hex 1B C3 20 56 0 54 18 7A 4C 2C
Octal 33 303 40 126 0 124 30 172 114 54
Binary 11011 11000011 100000 1010110 0 1010100 11000 1111010 1001100 101100

Color Harmonies of #1BC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC320

Black with #1BC320

Text Example


Text Example

White with #1BC320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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