Html Css Color HEX #1BCC31 Lime Green

📋 copy color: '#1BCC31'

red 27 ◦ green 204 ◦ blue 49

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

Shades of Lime Green #1BCC31

Tints of Lime Green #1BCC31

RGB

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

 GREEN value IS 204 (80.08% from 255) = 72.86%

 BLUE value IS 49 (19.53% from 255) = 17.5%

R = 9.64%
G = 72.86%
B = 17.5%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#1BCC31 (or 0x1BCC31) is known color: Lime Green. HEX triplet: 1B, CC and 31. RGB value is (27,204,49). Sum of RGB (Red+Green+Blue) = 27+204+49=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 204 (80.08% from 255 or 72.86% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCC31 is #E433CE. Grayscale: #858585. Windows color (decimal): -14955471 or 3263515. OLE color: 3263515.

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

Color convert

RGB 27 204 49 -
CMYK 0.87 0 0.76 0.2
HSL 127.46º 0.77% 0.45% -
HSV(B) 127.46º 0.87% 0.8% -
XYZ 22.6 43.64 10.14 -
YUV 133.41 80.36 52.1 -
System Red Green Blue C M Y K H S L
Decimal 27 204 49 0.87 0 0.76 0.2 127.46 0.77 0.45
Hex 1B CC 31 57 0 4C 14 7F 4D 2D
Octal 33 314 61 127 0 114 24 177 115 55
Binary 11011 11001100 110001 1010111 0 1001100 10100 1111111 1001101 101101

Color Harmonies of #1BCC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCC31

Black with #1BCC31

Text Example


Text Example

White with #1BCC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,204,49); }

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

background-color css

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

 a { background-color: rgb(27,204,49); }

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

border-color css

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

 span { border-color: rgb(27,204,49); }

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