Html Css Color HEX #1BBC30 Lime Green

📋 copy color: '#1BBC30'

red 27 ◦ green 188 ◦ blue 48

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

Shades of Lime Green #1BBC30

Tints of Lime Green #1BBC30

RGB

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

 GREEN value IS 188 (73.83% from 255) = 71.48%

 BLUE value IS 48 (19.14% from 255) = 18.25%

R = 10.27%
G = 71.48%
B = 18.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#1BBC30 (or 0x1BBC30) is known color: Lime Green. HEX triplet: 1B, BC and 30. RGB value is (27,188,48). Sum of RGB (Red+Green+Blue) = 27+188+48=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 188 (73.83% from 255 or 71.48% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBC30 is #E443CF. Grayscale: #7C7C7C. Windows color (decimal): -14959568 or 3193883. OLE color: 3193883.

HSL color Cylindrical-coordinate representation of color #1BBC30: hue angle of 127.83º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBC30 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 188 48 -
CMYK 0.86 0 0.74 0.26
HSL 127.83º 0.75% 0.42% -
HSV(B) 127.83º 0.86% 0.74% -
XYZ 18.97 36.41 8.82 -
YUV 123.9 85.16 58.88 -
System Red Green Blue C M Y K H S L
Decimal 27 188 48 0.86 0 0.74 0.26 127.83 0.75 0.42
Hex 1B BC 30 56 0 4A 1A 80 4B 2A
Octal 33 274 60 126 0 112 32 200 113 52
Binary 11011 10111100 110000 1010110 0 1001010 11010 10000000 1001011 101010

Color Harmonies of #1BBC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBC30

Black with #1BBC30

Text Example


Text Example

White with #1BBC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,188,48); }

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

background-color css

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

 a { background-color: rgb(27,188,48); }

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

border-color css

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

 span { border-color: rgb(27,188,48); }

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