Html Css Color HEX #1BCF1F Lime Green

📋 copy color: '#1BCF1F'

red 27 ◦ green 207 ◦ blue 31

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

Shades of Lime Green #1BCF1F

Tints of Lime Green #1BCF1F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 78.11%

 BLUE value IS 31 (12.5% from 255) = 11.7%

R = 10.19%
G = 78.11%
B = 11.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#1BCF1F (or 0x1BCF1F) is known color: Lime Green. HEX triplet: 1B, CF and 1F. RGB value is (27,207,31). Sum of RGB (Red+Green+Blue) = 27+207+31=265 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.19% from 265); Green value is 207 (81.25% from 255 or 78.11% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 207 - color contains mainly: green. Hex color #1BCF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCF1F is #E430E0. Grayscale: #858585. Windows color (decimal): -14954721 or 2084635. OLE color: 2084635.

HSL color Cylindrical-coordinate representation of color #1BCF1F: hue angle of 121.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCF1F is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 27 207 31 -
CMYK 0.87 0 0.85 0.19
HSL 121.33º 0.77% 0.46% -
HSV(B) 121.33º 0.87% 0.81% -
XYZ 23.01 44.96 8.76 -
YUV 133.12 70.37 52.31 -
System Red Green Blue C M Y K H S L
Decimal 27 207 31 0.87 0 0.85 0.19 121.33 0.77 0.46
Hex 1B CF 1F 57 0 55 13 79 4D 2E
Octal 33 317 37 127 0 125 23 171 115 56
Binary 11011 11001111 11111 1010111 0 1010101 10011 1111001 1001101 101110

Color Harmonies of #1BCF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCF1F

Black with #1BCF1F

Text Example


Text Example

White with #1BCF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,207,31); }

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

background-color css

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

 a { background-color: rgb(27,207,31); }

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

border-color css

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

 span { border-color: rgb(27,207,31); }

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