Html Css Color HEX #1FBE1F Lime Green

📋 copy color: '#1FBE1F'

red 31 ◦ green 190 ◦ blue 31

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

Shades of Lime Green #1FBE1F

Tints of Lime Green #1FBE1F

RGB

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

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

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

R = 12.3%
G = 75.4%
B = 12.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#1FBE1F (or 0x1FBE1F) is known color: Lime Green. HEX triplet: 1F, BE and 1F. RGB value is (31,190,31). Sum of RGB (Red+Green+Blue) = 31+190+31=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 190 (74.61% from 255 or 75.40% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBE1F is #E041E0. Grayscale: #7C7C7C. Windows color (decimal): -14696929 or 2080287. OLE color: 2080287.

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

Color convert

RGB 31 190 31 -
CMYK 0.84 0 0.84 0.25
HSL 120º 0.72% 0.43% -
HSV(B) 120º 0.84% 0.75% -
XYZ 19.23 37.22 7.47 -
YUV 124.33 75.32 61.43 -
System Red Green Blue C M Y K H S L
Decimal 31 190 31 0.84 0 0.84 0.25 120 0.72 0.43
Hex 1F BE 1F 54 0 54 19 78 48 2B
Octal 37 276 37 124 0 124 31 170 110 53
Binary 11111 10111110 11111 1010100 0 1010100 11001 1111000 1001000 101011

Color Harmonies of #1FBE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBE1F

Black with #1FBE1F

Text Example


Text Example

White with #1FBE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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