Html Css Color HEX #1BC30F Lime Green

📋 copy color: '#1BC30F'

red 27 ◦ green 195 ◦ blue 15

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

Shades of Lime Green #1BC30F

Tints of Lime Green #1BC30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 11.39%
G = 82.28%
B = 6.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#1BC30F (or 0x1BC30F) is known color: Lime Green. HEX triplet: 1B, C3 and 0F. RGB value is (27,195,15). Sum of RGB (Red+Green+Blue) = 27+195+15=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 195 (76.56% from 255 or 82.28% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC30F is #E43CF0. Grayscale: #7C7C7C. Windows color (decimal): -14957809 or 1032987. OLE color: 1032987.

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

Color convert

RGB 27 195 15 -
CMYK 0.86 0 0.92 0.24
HSL 116º 0.86% 0.41% -
HSV(B) 116º 0.92% 0.76% -
XYZ 20.05 39.3 6.98 -
YUV 124.25 66.34 58.64 -
System Red Green Blue C M Y K H S L
Decimal 27 195 15 0.86 0 0.92 0.24 116 0.86 0.41
Hex 1B C3 F 56 0 5C 18 74 56 29
Octal 33 303 17 126 0 134 30 164 126 51
Binary 11011 11000011 1111 1010110 0 1011100 11000 1110100 1010110 101001

Color Harmonies of #1BC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC30F

Black with #1BC30F

Text Example


Text Example

White with #1BC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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