Html Css Color HEX #1BC30C Lime Green

📋 copy color: '#1BC30C'

red 27 ◦ green 195 ◦ blue 12

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

Shades of Lime Green #1BC30C

Tints of Lime Green #1BC30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 11.54%
G = 83.33%
B = 5.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#1BC30C (or 0x1BC30C) is known color: Lime Green. HEX triplet: 1B, C3 and 0C. RGB value is (27,195,12). Sum of RGB (Red+Green+Blue) = 27+195+12=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 195 (76.56% from 255 or 83.33% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC30C is #E43CF3. Grayscale: #7C7C7C. Windows color (decimal): -14957812 or 836379. OLE color: 836379.

HSL color Cylindrical-coordinate representation of color #1BC30C: hue angle of 115.08º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1BC30C is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 27 195 12 -
CMYK 0.86 0 0.94 0.24
HSL 115.08º 0.88% 0.41% -
HSV(B) 115.08º 0.94% 0.76% -
XYZ 20.03 39.29 6.88 -
YUV 123.91 64.84 58.88 -
System Red Green Blue C M Y K H S L
Decimal 27 195 12 0.86 0 0.94 0.24 115.08 0.88 0.41
Hex 1B C3 C 56 0 5E 18 73 58 29
Octal 33 303 14 126 0 136 30 163 130 51
Binary 11011 11000011 1100 1010110 0 1011110 11000 1110011 1011000 101001

Color Harmonies of #1BC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC30C

Black with #1BC30C

Text Example


Text Example

White with #1BC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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