Html Css Color HEX #1BCB32 Lime Green

📋 copy color: '#1BCB32'

red 27 ◦ green 203 ◦ blue 50

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

Shades of Lime Green #1BCB32

Tints of Lime Green #1BCB32

RGB

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

 GREEN value IS 203 (79.69% from 255) = 72.5%

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 9.64%
G = 72.5%
B = 17.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#1BCB32 (or 0x1BCB32) is known color: Lime Green. HEX triplet: 1B, CB and 32. RGB value is (27,203,50). Sum of RGB (Red+Green+Blue) = 27+203+50=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 203 (79.69% from 255 or 72.5% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 203 - color contains mainly: green. Hex color #1BCB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCB32 is #E434CD. Grayscale: #858585. Windows color (decimal): -14955726 or 3328795. OLE color: 3328795.

HSL color Cylindrical-coordinate representation of color #1BCB32: hue angle of 127.84º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCB32 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 27 203 50 -
CMYK 0.87 0 0.75 0.20
HSL 127.84º 0.77% 0.45% -
HSV(B) 127.84º 0.87% 0.8% -
XYZ 22.38 43.18 10.17 -
YUV 132.93 81.19 52.44 -
System Red Green Blue C M Y K H S L
Decimal 27 203 50 0.87 0 0.75 0.20 127.84 0.77 0.45
Hex 1B CB 32 57 0 4B 14 80 4D 2D
Octal 33 313 62 127 0 113 24 200 115 55
Binary 11011 11001011 110010 1010111 0 1001011 10100 10000000 1001101 101101

Color Harmonies of #1BCB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCB32

Black with #1BCB32

Text Example


Text Example

White with #1BCB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,203,50); }

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

background-color css

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

 a { background-color: rgb(27,203,50); }

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

border-color css

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

 span { border-color: rgb(27,203,50); }

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