Html Css Color HEX #1FBE0D Lime Green

📋 copy color: '#1FBE0D'

red 31 ◦ green 190 ◦ blue 13

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

Shades of Lime Green #1FBE0D

Tints of Lime Green #1FBE0D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 81.2%

 BLUE value IS 13 (5.47% from 255) = 5.56%

R = 13.25%
G = 81.2%
B = 5.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#1FBE0D (or 0x1FBE0D) is known color: Lime Green. HEX triplet: 1F, BE and 0D. RGB value is (31,190,13). Sum of RGB (Red+Green+Blue) = 31+190+13=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 190 (74.61% from 255 or 81.20% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBE0D is #E041F2. Grayscale: #7A7A7A. Windows color (decimal): -14696947 or 900639. OLE color: 900639.

HSL color Cylindrical-coordinate representation of color #1FBE0D: hue angle of 113.9º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FBE0D is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 190 13 -
CMYK 0.84 0 0.93 0.25
HSL 113.9º 0.87% 0.4% -
HSV(B) 113.9º 0.93% 0.75% -
XYZ 19.05 37.15 6.55 -
YUV 122.28 66.32 62.89 -
System Red Green Blue C M Y K H S L
Decimal 31 190 13 0.84 0 0.93 0.25 113.9 0.87 0.4
Hex 1F BE D 54 0 5D 19 72 57 28
Octal 37 276 15 124 0 135 31 162 127 50
Binary 11111 10111110 1101 1010100 0 1011101 11001 1110010 1010111 101000

Color Harmonies of #1FBE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBE0D

Black with #1FBE0D

Text Example


Text Example

White with #1FBE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,190,13); }

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

background-color css

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

 a { background-color: rgb(31,190,13); }

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

border-color css

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

 span { border-color: rgb(31,190,13); }

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