Html Css Color HEX #1FBC1E Lime Green

📋 copy color: '#1FBC1E'

red 31 ◦ green 188 ◦ blue 30

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

Shades of Lime Green #1FBC1E

Tints of Lime Green #1FBC1E

RGB

 RED value IS 31 (12.5% from 255) = 12.45%

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

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 12.45%
G = 75.5%
B = 12.05%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#1FBC1E (or 0x1FBC1E) is known color: Lime Green. HEX triplet: 1F, BC and 1E. RGB value is (31,188,30). Sum of RGB (Red+Green+Blue) = 31+188+30=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 188 (73.83% from 255 or 75.50% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBC1E is #E043E1. Grayscale: #7B7B7B. Windows color (decimal): -14697442 or 2014239. OLE color: 2014239.

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

Color convert

RGB 31 188 30 -
CMYK 0.84 0 0.84 0.26
HSL 119.62º 0.72% 0.43% -
HSV(B) 119.62º 0.84% 0.74% -
XYZ 18.78 36.35 7.25 -
YUV 123.05 75.49 62.35 -
System Red Green Blue C M Y K H S L
Decimal 31 188 30 0.84 0 0.84 0.26 119.62 0.72 0.43
Hex 1F BC 1E 54 0 54 1A 78 48 2B
Octal 37 274 36 124 0 124 32 170 110 53
Binary 11111 10111100 11110 1010100 0 1010100 11010 1111000 1001000 101011

Color Harmonies of #1FBC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBC1E

Black with #1FBC1E

Text Example


Text Example

White with #1FBC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,188,30); }

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

background-color css

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

 a { background-color: rgb(31,188,30); }

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

border-color css

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

 span { border-color: rgb(31,188,30); }

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