Html Css Color HEX #1BC330 Lime Green

📋 copy color: '#1BC330'

red 27 ◦ green 195 ◦ blue 48

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

Shades of Lime Green #1BC330

Tints of Lime Green #1BC330

RGB

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

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

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

R = 10%
G = 72.22%
B = 17.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#1BC330 (or 0x1BC330) is known color: Lime Green. HEX triplet: 1B, C3 and 30. RGB value is (27,195,48). Sum of RGB (Red+Green+Blue) = 27+195+48=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC330 is #E43CCF. Grayscale: #808080. Windows color (decimal): -14957776 or 3195675. OLE color: 3195675.

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

Color convert

RGB 27 195 48 -
CMYK 0.86 0 0.75 0.24
HSL 127.5º 0.76% 0.44% -
HSV(B) 127.5º 0.86% 0.76% -
XYZ 20.5 39.48 9.34 -
YUV 128.01 82.84 55.95 -
System Red Green Blue C M Y K H S L
Decimal 27 195 48 0.86 0 0.75 0.24 127.5 0.76 0.44
Hex 1B C3 30 56 0 4B 18 80 4C 2C
Octal 33 303 60 126 0 113 30 200 114 54
Binary 11011 11000011 110000 1010110 0 1001011 11000 10000000 1001100 101100

Color Harmonies of #1BC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC330

Black with #1BC330

Text Example


Text Example

White with #1BC330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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